mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
Add TODO for pointer grab in set_popup
This commit is contained in:
parent
643a69f0b2
commit
baed05b55e
1 changed files with 1 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue