summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/uisw32.h')
-rw-r--r--uisimulator/win32/uisw32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h
index 6b8c3f6ff7..2efa699dad 100644
--- a/uisimulator/win32/uisw32.h
+++ b/uisimulator/win32/uisw32.h
@@ -35,6 +35,8 @@ typedef unsigned short wchar_t;
35#define UI_LCD_BLACK 0, 0, 0 // black 35#define UI_LCD_BLACK 0, 0, 0 // black
36#define UI_LCD_POSX 59 // x position of lcd 36#define UI_LCD_POSX 59 // x position of lcd
37#define UI_LCD_POSY 95 // y position of lcd 37#define UI_LCD_POSY 95 // y position of lcd
38#define UI_LCD_WIDTH 112
39#define UI_LCD_HEIGHT 64
38 40
39#define TM_YIELD WM_USER + 101 // thread message for yield 41#define TM_YIELD WM_USER + 101 // thread message for yield
40#define TIMER_EVENT 0x34928340 42#define TIMER_EVENT 0x34928340