progs/wgl: Allow resizing wglthreads' windows.

This commit is contained in:
José Fonseca 2009-06-16 19:49:38 +01:00
parent 6b917d0b17
commit 992000cce7

View file

@ -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,