From baed05b55ec1b4400e52766a9e8b07c2e37f371a Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 28 Sep 2017 13:46:30 +0200 Subject: [PATCH] Add TODO for pointer grab in set_popup --- types/wlr_wl_shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/types/wlr_wl_shell.c b/types/wlr_wl_shell.c index 3f0bbf4e..5381cc1c 100644 --- a/types/wlr_wl_shell.c +++ b/types/wlr_wl_shell.c @@ -153,6 +153,7 @@ static void shell_surface_set_popup(struct wl_client *client, struct wl_resource *resource, struct wl_resource *seat_resource, uint32_t serial, struct wl_resource *parent_resource, int32_t x, int32_t y, enum wl_shell_surface_transient flags) { + // TODO: do a pointer grab wlr_log(L_DEBUG, "got shell surface popup"); struct wlr_wl_shell_surface *surface = wl_resource_get_user_data(resource); struct wlr_seat_handle *seat_handle =