minimal size and formatting
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user