summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/uisw32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/win32/uisw32.c b/uisimulator/win32/uisw32.c
index 70b290b69d..7ccec5f42c 100644
--- a/uisimulator/win32/uisw32.c
+++ b/uisimulator/win32/uisw32.c
@@ -247,8 +247,8 @@ BOOL GUIStartup ()
247 "RockBoxUISimulator", "ARCHOS JukeBox", 247 "RockBoxUISimulator", "ARCHOS JukeBox",
248 WS_VISIBLE | WS_SYSMENU | WS_OVERLAPPEDWINDOW, 248 WS_VISIBLE | WS_SYSMENU | WS_OVERLAPPEDWINDOW,
249 CW_USEDEFAULT, CW_USEDEFAULT, 249 CW_USEDEFAULT, CW_USEDEFAULT,
250 UI_WIDTH + GetSystemMetrics (SM_CXSIZEFRAME) * 2, 250 UI_WIDTH + GetSystemMetrics (SM_CXSIZEFRAME) * 2 +4,
251 UI_HEIGHT + GetSystemMetrics (SM_CYSIZEFRAME) * 2 + GetSystemMetrics (SM_CYSMCAPTION), 251 UI_HEIGHT + GetSystemMetrics (SM_CYSIZEFRAME) * 2 + GetSystemMetrics (SM_CYSMCAPTION) +4,
252 NULL, NULL, GetModuleHandle (NULL), NULL); 252 NULL, NULL, GetModuleHandle (NULL), NULL);
253 253
254 if (hGUIWnd == NULL) 254 if (hGUIWnd == NULL)