Usermode/AxWin3 - Implementing widget support in userland
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm.h
index a5a779f..75292b5 100644 (file)
  * \brief Window Flags
  * \{
  */
+//! Render the window
 #define WINFLAG_SHOW           0x00000001
+//! Window contents are valid
+#define WINFLAG_CLEAN          0x00000001
+
 #define WINFLAG_RENDER_MASK    0x00FFFF00
 #define WINFLAG_USR_MASK       0xFF000000
 /**

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