summaryrefslogtreecommitdiff
path: root/redo/window_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo/window_windows.c')
-rw-r--r--redo/window_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/window_windows.c b/redo/window_windows.c
index 67a4440..5ed4de9 100644
--- a/redo/window_windows.c
+++ b/redo/window_windows.c
@@ -69,7 +69,7 @@ HWND newWindow(LPWSTR title, int width, int height, BOOL child, void *data)
style = WS_OVERLAPPEDWINDOW;
parent = NULL;
if (child) {
- style = WS_CHILD;
+ style = WS_CHILD | WS_VISIBLE;
parent = msgwin;
}
hwnd = CreateWindowExW(