[client] wayland: fix build with libdecor after invalidateWindow change

This commit is contained in:
Geoffrey McRae 2021-08-05 06:58:43 +10:00
parent 44f815409d
commit 0af558345f

View File

@ -69,7 +69,7 @@ static void libdecorFrameConfigure(struct libdecor_frame * frame,
{ {
wlWm.needsResize = true; wlWm.needsResize = true;
wlWm.resizeSerial = configuration->serial; wlWm.resizeSerial = configuration->serial;
app_invalidateWindow(); app_invalidateWindow(true);
waylandStopWaitFrame(); waylandStopWaitFrame();
} }
else else