Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@173368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1125e77077
commit
27a294faff
@ -112,7 +112,7 @@ xt_event_handler(Widget xt_w, PluginInstance *This, XEvent *xevent, Boolean *b)
|
||||
{
|
||||
case Expose:
|
||||
/* get rid of all other exposure events */
|
||||
while(XCheckTypedWindowEvent(This->display, This->window, Expose, xevent));
|
||||
while(XCheckTypedWindowEvent(This->display, This->window, Expose, xevent))
|
||||
privatePrintScreenMessage(This);
|
||||
break;
|
||||
case ButtonRelease:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user