Usermode/AxWin3 - Cleaning up and adding client widget support
[tpg/acess2.git] / Usermode / Applications / axwin3_src / libaxwin3.so_src / include / ipc.h
1 /*
2  * Acess2 Window Manager v3
3  * - By John Hodge (thePowersGang)
4  *
5  * internal.h
6  * - Internal definitions
7  */
8 #ifndef _IPC_H_
9 #define _IPC_H_
10
11 #include <ipcmessages.h>
12
13 extern const char       *gsAxWin3_int_ServerDesc;
14
15 extern tAxWin_IPCMessage        *AxWin3_int_AllocateIPCMessage(tHWND Window, int Message, int Flags, int ExtraBytes);
16 extern void     AxWin3_int_SendIPCMessage(tAxWin_IPCMessage *Msg);
17 extern tAxWin_IPCMessage        *AxWin3_int_GetIPCMessage(void);
18
19
20 #endif
21

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