mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
progs/wgl: Send a resize message after context have been created.
This commit is contained in:
parent
d6e877d0d7
commit
cf0122e892
1 changed files with 2 additions and 0 deletions
|
|
@ -437,6 +437,8 @@ threadRunner (void *arg)
|
|||
wglShareLists(win->sharedContext, win->Context);
|
||||
}
|
||||
|
||||
SendMessage(win->Win, WM_SIZE, 0, 0);
|
||||
|
||||
while (1) {
|
||||
MSG msg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue