mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 17:48:06 +02:00
input: Remove unused focus and key fields from keyboard and focus grabs
This commit is contained in:
parent
6848c25677
commit
df54a60e67
1 changed files with 0 additions and 3 deletions
|
|
@ -233,8 +233,6 @@ struct weston_keyboard_grab_interface {
|
|||
struct weston_keyboard_grab {
|
||||
const struct weston_keyboard_grab_interface *interface;
|
||||
struct weston_keyboard *keyboard;
|
||||
struct weston_surface *focus;
|
||||
uint32_t key;
|
||||
};
|
||||
|
||||
struct weston_touch_grab;
|
||||
|
|
@ -257,7 +255,6 @@ struct weston_touch_grab_interface {
|
|||
struct weston_touch_grab {
|
||||
const struct weston_touch_grab_interface *interface;
|
||||
struct weston_touch *touch;
|
||||
struct weston_surface *focus;
|
||||
};
|
||||
|
||||
struct wl_data_offer {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue