summaryrefslogtreecommitdiff
path: root/progs/wgl
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-06-16 19:49:38 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-06-17 10:08:24 +0100
commit992000cce7388eb864fec8c625ba8ff0d177daf6 (patch)
treef8378ccb73750657c3c189846cc7386d203cc58d /progs/wgl
parent6b917d0b1787280f976c2f0d1ead0e5d7587a3e9 (diff)
progs/wgl: Allow resizing wglthreads' windows.
Diffstat (limited to 'progs/wgl')
-rw-r--r--progs/wgl/wglthreads/wglthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/wgl/wglthreads/wglthreads.c b/progs/wgl/wglthreads/wglthreads.c
index 1a8219ccc9..2f67dd670f 100644
--- a/progs/wgl/wglthreads/wglthreads.c
+++ b/progs/wgl/wglthreads/wglthreads.c
@@ -443,7 +443,7 @@ create_window(struct winthread *wt, HGLRC shareCtx)
win = CreateWindowEx(0,
wc.lpszClassName,
"wglthreads",
- WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
+ WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_TILEDWINDOW,
xpos,
ypos,
width,