mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Partially fix resize offset
This commit is contained in:
parent
28d4b475dc
commit
77d28183b5
2 changed files with 7 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ struct roots_input {
|
|||
enum roots_cursor_mode mode;
|
||||
struct roots_view *active_view;
|
||||
int offs_x, offs_y;
|
||||
int view_width, view_height;
|
||||
int view_x, view_y, view_width, view_height;
|
||||
uint32_t resize_edges;
|
||||
|
||||
// Ring buffer of input events that could trigger move/resize/rotate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue