mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
progs/wgl: Allow resizing wglthreads' windows.
This commit is contained in:
parent
6b917d0b17
commit
992000cce7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue