[OSK] Implement the welcome box (#1007)
[reactos.git] / base / applications / osk / main.h
index 9c698e6..ca7922d 100644 (file)
@@ -23,6 +23,7 @@ typedef struct
     UINT_PTR   iTimer;
     /* FIXME: To be deleted when ReactOS will support WS_EX_NOACTIVATE */
     HWND       hActiveWnd;
+    BOOL       bShowWarning;
 } OSK_GLOBALS;
 
 /* DEFINES ********************************************************************/