mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +00:00
[client] x11: call app_invalidateWindow
on expose
This commit is contained in:
parent
60a58d4d8d
commit
3905834807
@ -615,6 +615,12 @@ static int x11EventThread(void * unused)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case Expose:
|
||||||
|
{
|
||||||
|
app_invalidateWindow();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case GenericEvent:
|
case GenericEvent:
|
||||||
{
|
{
|
||||||
XGenericEventCookie *cookie = (XGenericEventCookie*)&xe.xcookie;
|
XGenericEventCookie *cookie = (XGenericEventCookie*)&xe.xcookie;
|
||||||
|
Loading…
Reference in New Issue
Block a user