]> git.decadent.org.uk Git - ion3.git/blob - mod_query/wmessage.h
Imported Upstream version 20090110
[ion3.git] / mod_query / wmessage.h
1 /*
2  * ion/mod_query/wmessage.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_QUERY_WMESSAGE_H
10 #define ION_MOD_QUERY_WMESSAGE_H
11
12 #include <ioncore/common.h>
13 #include <libtu/obj.h>
14 #include <ioncore/window.h>
15 #include <ioncore/rectangle.h>
16 #include "listing.h"
17 #include "input.h"
18
19 INTRCLASS(WMessage);
20
21 DECLCLASS(WMessage){
22     WInput input;
23     WListing listing;
24 };
25
26 extern WMessage *create_wmsg(WWindow *par, const WFitParams *fp,
27                              const char *msg);
28
29 #endif /* ION_MOD_QUERY_WMESSAGE_H */