diff options
author | emersion <contact@emersion.fr> | 2017-11-19 17:56:26 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-19 17:56:26 +0100 |
commit | 76e8e1a6ad8ac3947b568bec32b7ed0acd69bef1 (patch) | |
tree | 38dc0e63ef48806ea7ec88cbb08cae2b3d08aa44 /include/rootston/seat.h | |
parent | 72d877658aaf309eb066e3b9825c5f59177b15c3 (diff) | |
parent | fae8d6289a470b8abcf36a5f4b0030ef504caf0b (diff) |
Merge branch 'master' into seat-views
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r-- | include/rootston/seat.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index ec0608e7..609d0c74 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -4,25 +4,10 @@ #include "rootston/input.h" #include "rootston/keyboard.h" -struct roots_drag_icon { - struct wlr_surface *surface; - struct wl_list link; // roots_seat::drag_icons - bool mapped; - - bool is_pointer; - int32_t touch_id; - - int32_t sx, sy; - - struct wl_listener surface_destroy; - struct wl_listener surface_commit; -}; - struct roots_seat { struct roots_input *input; struct wlr_seat *seat; struct roots_cursor *cursor; - struct wl_list drag_icons; struct wl_list link; // coordinates of the first touch point if it exists |