mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
bug 6941: fixed initial rendering problems in glxgears
This commit is contained in:
parent
bd4256acfd
commit
601c02f783
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ event_loop(Display *dpy, Window win)
|
|||
switch (event.type) {
|
||||
case Expose:
|
||||
/* we'll redraw below */
|
||||
reshape(event.xexpose.width, event.xexpose.height);
|
||||
break;
|
||||
case ConfigureNotify:
|
||||
reshape(event.xconfigure.width, event.xconfigure.height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue