Usermode/AxWin3 - Debugging IPC
[tpg/acess2.git] / Usermode / Libraries / libaxwin3.so_src / include / internal.h
1 /*
2  * Acess2 Window Manager v3
3  * - By John Hodge (thePowersGang)
4  *
5  * internal.h
6  * - Internal definitions
7  */
8 #ifndef _INTERNAL_H_
9 #define _INTERNAL_H_
10
11 struct sAxWin3_Window
12 {
13         uint32_t        ServerID;
14         tAxWin3_WindowMessageHandler    Handler;
15         
16         char    Data[];
17 };
18
19 extern const char       *gsAxWin3_int_ServerDesc;
20
21 #endif
22

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