Better error handling when getting sizehints fails
[notion.git] / mod_query / wmessage.h
blob97d93dd21347510b1c2f21c996a73e04590831b9
1 /*
2 * ion/mod_query/wmessage.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_QUERY_WMESSAGE_H
10 #define ION_MOD_QUERY_WMESSAGE_H
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"
19 INTRCLASS(WMessage);
21 DECLCLASS(WMessage){
22 WInput input;
23 WListing listing;
26 extern WMessage *create_wmsg(WWindow *par, const WFitParams *fp,
27 const char *msg);
29 #endif /* ION_MOD_QUERY_WMESSAGE_H */