mirror of
https://github.com/labwc/labwc.git
synced 2026-03-12 05:33:53 -04:00
Fix resize bug
Based on tinywl's 21397e2b
This commit is contained in:
parent
dd32e712ae
commit
48e47fe8f9
4 changed files with 54 additions and 50 deletions
2
labwc.h
2
labwc.h
|
|
@ -66,7 +66,7 @@ struct server {
|
|||
enum cursor_mode cursor_mode;
|
||||
struct view *grabbed_view;
|
||||
double grab_x, grab_y;
|
||||
int grab_width, grab_height;
|
||||
struct wlr_box grab_box;
|
||||
uint32_t resize_edges;
|
||||
|
||||
struct wlr_output_layout *output_layout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue