Usermode/axwin4 - Continuing
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / ipc_proto.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * ipc_proto.hpp
6  * - IPC Protocol Header
7  */
8 #ifndef _IPC_PROTO_H_
9 #define _IPC_PROTO_H_
10
11 namespace AxWin {
12
13 enum
14 {
15         IPCMSG_PING,
16         IPCMSG_REPLY,
17         IPCMSG_CREATEWIN,
18         IPCMSG_CLOSEWIN,
19         IPCMSG_SETWINATTR,
20         IPCMSG_GETWINATTR,
21         
22         IPCMSG_RGNADD,
23         IPCMSG_RGNDEL,
24         IPCMSG_RGNSETATTR,
25         IPCMSG_RGNPUSHDATA,
26         
27         IPCMSG_SENDIPC,
28 };
29
30 };
31
32 #endif
33

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