Skip to content

Commit e475e9e

Browse files
committed
Fix problem with xwindow event loop optimisation
1 parent a0425a1 commit e475e9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agg_platform_support_x11.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ static XEvent x_get_event(Display *d, loop_state& current)
827827
while (XCheckIfEvent(d, &xev, is_configure_or_expose, NULL) == True) {
828828
if (xev.type == ConfigureNotify) {
829829
current.config = xev;
830-
current.expose.type = 0;
831830
} else {
832831
current.expose = xev;
833832
}

0 commit comments

Comments
 (0)