52910bd31f890ddb5f28f2091a601fbc19fb078a
[tpg/acess2.git] / Usermode / Applications / axwin3_src / 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 extern tAxWin_IPCMessage        *AxWin3_int_AllocateIPCMessage(tHWND Window, int Message, int Flags, int ExtraBytes);
22 extern void     AxWin3_int_SendIPCMessage(tAxWin_IPCMessage *Msg);
23 extern tAxWin_IPCMessage        *AxWin3_int_GetIPCMessage(void);
24
25 #endif
26

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