Usermode/AxWin3 - Implementing widget support in userland
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_internals.h
index 51c43f3..aada720 100644 (file)
 
 struct sWindow
 {
-       tWindow *GlobalNext;
-       tWindow *RenderNext;
+       tWindow *NextSibling;
+       tWindow *PrevSibling;
+
+       tWindow *Parent;
 
        tWindow *FirstChild;
        tWindow *LastChild;

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