Usermode/axwin3 - Copying parts of AxWin2 over to get it compiling
[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 // === FUNCTIONS ===
14 // --- Input ---
15  int    Input_Init(void);
16 void    Input_FillSelect(int *nfds, fd_set *set);
17 void    Input_HandleSelect(fd_set *set);
18 // --- IPC ---
19  int    IPC_Init(void);
20 void    IPC_FillSelect(int *nfds, fd_set *set);
21 void    IPC_HandleSelect(fd_set *set);
22
23 #endif
24

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