projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e877d
)
progs/wgl: Send a resize message after context have been created.
author
Michal Krol
<michal@vmware.com>
Fri, 20 Mar 2009 15:48:54 +0000
(16:48 +0100)
committer
Michal Krol
<michal@vmware.com>
Fri, 20 Mar 2009 15:48:54 +0000
(16:48 +0100)
progs/wgl/sharedtex_mt/sharedtex_mt.c
patch
|
blob
|
history
diff --git
a/progs/wgl/sharedtex_mt/sharedtex_mt.c
b/progs/wgl/sharedtex_mt/sharedtex_mt.c
index c461530e4bafecb21b59fca6c8564f2673431ed7..010eb873b8534abc2c3cdcfdd3bae71154aa275c 100644
(file)
--- a/
progs/wgl/sharedtex_mt/sharedtex_mt.c
+++ b/
progs/wgl/sharedtex_mt/sharedtex_mt.c
@@
-437,6
+437,8
@@
threadRunner (void *arg)
wglShareLists(win->sharedContext, win->Context);
}
+ SendMessage(win->Win, WM_SIZE, 0, 0);
+
while (1) {
MSG msg;