Usermode/AxWin3 - Porting over the AxWin2 widget code
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / common.h
1 /*
2  * Acess2 Window Manager v3 (axwin3)
3  * - By John Hodge (thePowersGang)
4  *
5  * include/common.h
6  * - Common definitions and functions
7  */
8 #ifndef _COMMON_H_
9 #define _COMMON_H_
10
11 #include <acess/sys.h>
12
13 #define TODO(str)       
14
15 // === FUNCTIONS ===
16 // --- Input ---
17  int    Input_Init(void);
18 void    Input_FillSelect(int *nfds, fd_set *set);
19 void    Input_HandleSelect(fd_set *set);
20 // --- IPC ---
21  int    IPC_Init(void);
22 void    IPC_FillSelect(int *nfds, fd_set *set);
23 void    IPC_HandleSelect(fd_set *set);
24
25 #endif
26

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