summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/uisw32.c')
-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 d2274bdc16..c0e1076b3d 100644
--- a/uisimulator/win32/uisw32.c
+++ b/uisimulator/win32/uisw32.c
@@ -251,12 +251,12 @@ BOOL GUIStartup ()
251 // create window 251 // create window
252 hGUIWnd = CreateWindowEx ( 252 hGUIWnd = CreateWindowEx (
253 WS_EX_OVERLAPPEDWINDOW, 253 WS_EX_OVERLAPPEDWINDOW,
254 "RockBoxUISimulator", "ARCHOS JukeBox", 254 "RockBoxUISimulator", UI_TITLE,
255 WS_VISIBLE | WS_SYSMENU | WS_OVERLAPPEDWINDOW, 255 WS_VISIBLE | WS_SYSMENU | WS_OVERLAPPEDWINDOW,
256 CW_USEDEFAULT, CW_USEDEFAULT, 256 CW_USEDEFAULT, CW_USEDEFAULT,
257 UI_WIDTH + GetSystemMetrics (SM_CXSIZEFRAME) * 2 +4, 257 UI_WIDTH + GetSystemMetrics (SM_CXSIZEFRAME) * 2 +4,
258 UI_HEIGHT + GetSystemMetrics (SM_CYSIZEFRAME) * 2 + 258 UI_HEIGHT + GetSystemMetrics (SM_CYSIZEFRAME) * 2 +
259 GetSystemMetrics (SM_CYSMCAPTION) +4, 259 GetSystemMetrics (SM_CYCAPTION) +4,
260 NULL, NULL, GetModuleHandle (NULL), NULL); 260 NULL, NULL, GetModuleHandle (NULL), NULL);
261 261
262 if (hGUIWnd == NULL) 262 if (hGUIWnd == NULL)