Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Libraries / libaxwin4.so_src / include_exp / axwin4 / definitions.h
1 /*
2  * Acess2 GUIv4 (AxWin4)
3  * - By John Hodge (thePowersGang)
4  *
5  * axwin4/definitions.h
6  * - Shared definitions (Client and server)
7  */
8 #ifndef _LIBAXWIN4_AXWIN4_DEFINITIONS_H_
9 #define _LIBAXWIN4_AXWIN4_DEFINITIONS_H_
10
11 #define AXWIN4_WNDFLAG_NODECORATE       0x01
12 #define AXWIN4_WNDFLAG_KEEPBELOW        0x02
13 #define AXWIN4_WNDFLAG_KEEPABOVE        0x04
14
15 #endif
16

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