progs/wgl: Send a resize message after context have been created.

This commit is contained in:
Michal Krol
2009-03-20 16:48:54 +01:00
parent d6e877d0d7
commit cf0122e892

View File

@@ -437,6 +437,8 @@ threadRunner (void *arg)
wglShareLists(win->sharedContext, win->Context);
}
SendMessage(win->Win, WM_SIZE, 0, 0);
while (1) {
MSG msg;