We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08d8cf commit d1c2f42Copy full SHA for d1c2f42
1 file changed
src/ruisapp/glue/linux/wayland/xdg_toplevel.cxx
@@ -159,6 +159,7 @@ void xdg_toplevel_wrapper::xdg_toplevel_configure(
159
if (states_span.empty()) {
160
utki::logcat_debug(" initial configure call", '\n');
161
162
+ self.wayland_surface.commit();
163
return;
164
}
165
0 commit comments