Merge pull request #2747 from ilammy/egfx-missing-events
Do not discard events when updating EGFX surface mapping
This commit is contained in:
commit
c8a71a2695
@ -112,7 +112,7 @@ int xf_OutputUpdate(xfContext* xfc, xfGfxSurface* surface)
|
||||
region16_clear(&surface->invalidRegion);
|
||||
|
||||
XSetClipMask(xfc->display, xfc->gc, None);
|
||||
XSync(xfc->display, True);
|
||||
XSync(xfc->display, False);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user