diff options
author | emersion <contact@emersion.fr> | 2017-09-28 13:46:30 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-28 13:46:30 +0200 |
commit | baed05b55ec1b4400e52766a9e8b07c2e37f371a (patch) | |
tree | 71d0641dd1af9b054b512f79755f9649b4fde950 | |
parent | 643a69f0b230f5847487f8e8140699a1d2987263 (diff) |
Add TODO for pointer grab in set_popup
-rw-r--r-- | types/wlr_wl_shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 = |