Usermode/AxWin3 - Implementing Client->Window resolution
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_internals.h
index b5aa978..43c8db5 100644 (file)
 
 struct sWindow
 {
-       uint32_t        ID;
+       tWindow *GlobalNext;
+       tWindow *RenderNext;
+
+       tWindow *FirstChild;
+       tWindow *LastChild;
+       
        tWMRenderer     *Renderer;
        
         int    X;

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