mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-07-08 00:06:11 -04:00
input: cleanup
This commit is contained in:
parent
e496d81f4d
commit
73133c10ee
2 changed files with 71 additions and 73 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue