mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
cursor: initialize view_area
...to avoid inadvertantly triggering close/minimize/maximize
This commit is contained in:
parent
ee15a5fe56
commit
743803de3b
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ cursor_button(struct wl_listener *listener, void *data)
|
|||
|
||||
double sx, sy;
|
||||
struct wlr_surface *surface;
|
||||
int view_area;
|
||||
int view_area = LAB_SSD_NONE;
|
||||
uint32_t resize_edges;
|
||||
|
||||
struct view *view = desktop_view_at(server, server->seat.cursor->x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue