mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Clean up serial handling
This commit is contained in:
parent
88a4b908d1
commit
25c2808153
6 changed files with 84 additions and 79 deletions
|
|
@ -49,10 +49,6 @@ struct wlr_tablet_pad_client_v2 {
|
|||
struct wl_resource *resource;
|
||||
struct wlr_tablet_v2_tablet_pad *pad;
|
||||
|
||||
uint32_t enter_serial;
|
||||
uint32_t mode_serial;
|
||||
uint32_t leave_serial;
|
||||
|
||||
size_t button_count;
|
||||
|
||||
size_t group_count;
|
||||
|
|
@ -73,8 +69,6 @@ struct wlr_tablet_tool_client_v2 {
|
|||
struct wlr_tablet_v2_tablet_tool *tool;
|
||||
struct wlr_tablet_seat_client_v2 *seat;
|
||||
|
||||
uint32_t proximity_serial;
|
||||
|
||||
struct wl_event_source *frame_source;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue