progs/wgl: Send a resize message after context have been created.
This commit is contained in:
@@ -437,6 +437,8 @@ threadRunner (void *arg)
|
||||
wglShareLists(win->sharedContext, win->Context);
|
||||
}
|
||||
|
||||
SendMessage(win->Win, WM_SIZE, 0, 0);
|
||||
|
||||
while (1) {
|
||||
MSG msg;
|
||||
|
||||
|
Reference in New Issue
Block a user