Usermode/AxWin3 - Implementing widget support in userland
[tpg/acess2.git] / Usermode / include / axwin3 / axwin.h
index 49fc4df..b4ad45a 100644 (file)
@@ -9,6 +9,7 @@
 #define _AXWIN3_AXWIN_H_
 
 typedef struct sAxWin3_Window  *tHWND;
+typedef unsigned int   tAxWin3_Colour; // TODO: Actual 32-bit
 
 typedef void   (*tAxWin3_MessageCallback)(int SourceTID, int Length);
 

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