mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 11:48:10 +00:00
[client] wayland: fix build with libdecor after invalidateWindow change
This commit is contained in:
parent
44f815409d
commit
0af558345f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ static void libdecorFrameConfigure(struct libdecor_frame * frame,
|
|||
{
|
||||
wlWm.needsResize = true;
|
||||
wlWm.resizeSerial = configuration->serial;
|
||||
app_invalidateWindow();
|
||||
app_invalidateWindow(true);
|
||||
waylandStopWaitFrame();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue