mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
input: csd: add a small delay before initiating a move
This ensures the user has time to double-click to toggle the maximized state.
This commit is contained in:
parent
c917a74f48
commit
43b07b122a
3 changed files with 43 additions and 5 deletions
|
|
@ -106,6 +106,9 @@ struct wl_window {
|
|||
struct wl_surface *surface[5];
|
||||
struct wl_subsurface *sub_surface[5];
|
||||
int x, y;
|
||||
|
||||
int move_timeout_fd;
|
||||
uint32_t serial;
|
||||
} csd;
|
||||
|
||||
/* Scrollback search */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue