minimal size and formatting

This commit is contained in:
2026-01-07 20:35:41 +07:00
parent d5f736d9a6
commit b5d5793aa8
11 changed files with 63 additions and 71 deletions
+1 -2
View File
@@ -8,9 +8,8 @@ void xdg_popup_commit(struct wl_listener *listener, void *data)
{
struct absinthe_popup *popup = wl_container_of(listener, popup, commit);
if (popup->xdg_popup->base->initial_commit) {
if (popup->xdg_popup->base->initial_commit)
wlr_xdg_surface_schedule_configure(popup->xdg_popup->base);
}
}
void xdg_popup_destroy(struct wl_listener *listener, void *data)