]> git.decadent.org.uk Git - ion3.git/blob - mod_panews/unusedwin.h
[svn-inject] Installing original source of ion3
[ion3.git] / mod_panews / unusedwin.h
1 /*
2  * ion/panews/unusedwin.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2006. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_PANEWS_UNUSEDWIN_H
13 #define ION_PANEWS_UNUSEDWIN_H
14
15 #include <ioncore/common.h>
16 #include <ioncore/gr.h>
17
18 INTRCLASS(WUnusedWin);
19
20 DECLCLASS(WUnusedWin){
21     WWindow wwin;
22     GrBrush *brush;
23 };
24
25 extern bool unusedwin_init(WUnusedWin *pwin, 
26                            WWindow *parent, const WFitParams *fp);
27 extern WUnusedWin *create_unusedwin(WWindow *parent, const WFitParams *fp);
28
29 #endif /* ION_PANEWS_UNUSEDWIN_H */