input: cleanup

This commit is contained in:
Daniel Eklöf 2020-02-29 15:29:00 +01:00
parent e496d81f4d
commit 73133c10ee
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 71 additions and 73 deletions

View file

@ -105,8 +105,6 @@ struct wl_window {
struct {
struct wl_surface *surface[5];
struct wl_subsurface *sub_surface[5];
int x, y;
int move_timeout_fd;
uint32_t serial;
} csd;
@ -182,6 +180,8 @@ struct wayland {
} pointer;
struct {
int x;
int y;
int col;
int row;
int button;