[client] wayland: split xdg-shell handling into a module

This will allow libdecor to be added as a new pseudo-shell.
This commit is contained in:
Quantum
2021-03-06 05:20:29 -05:00
committed by Geoffrey McRae
parent 854b53e28c
commit 4031a862df
5 changed files with 158 additions and 114 deletions

View File

@@ -85,11 +85,7 @@ void waylandEGLSwapBuffers(EGLDisplay display, EGLSurface surface)
wlWm.needsResize = false;
}
if (wlWm.resizeSerial)
{
xdg_surface_ack_configure(wlWm.xdgSurface, wlWm.resizeSerial);
wlWm.resizeSerial = 0;
}
waylandShellAckConfigureIfNeeded();
}
#endif