Usermode/AxWin3 - Fiddling
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_internals.h
1 /*
2  * Acess2 Window Manager v3 (axwin3)
3  * - By John Hodge (thePowersGang)
4  *
5  * include/wm_internals.h
6  * - Window management internal definitions
7  */
8 #ifndef _WM_INTERNALS_H_
9 #define _WM_INTERNALS_H_
10
11 #include <wm.h>
12
13 struct sWindow
14 {
15         uint32_t        ID;
16         tWMRenderer     *Renderer;
17         
18          int    X;
19          int    Y;
20          int    W;
21          int    H;
22
23         void    *RendererInfo;  
24
25 };
26
27 #endif
28

UCC git Repository :: git.ucc.asn.au