mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] app: allow selective full invalidation
Overlays only need to trigger a new frame if they have changed and not full window invalidation, this change allows for this.
This commit is contained in:
@@ -708,7 +708,7 @@ static int x11EventThread(void * unused)
|
||||
|
||||
case Expose:
|
||||
{
|
||||
app_invalidateWindow();
|
||||
app_invalidateWindow(true);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user