mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
cursor: damage output on pressing view
This commit is contained in:
parent
be27024a2a
commit
91374e09c0
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ cursor_button(struct wl_listener *listener, void *data)
|
||||||
|
|
||||||
/* Handle _press_ on view */
|
/* Handle _press_ on view */
|
||||||
desktop_focus_view(&server->seat, view);
|
desktop_focus_view(&server->seat, view);
|
||||||
|
damage_all_outputs(server);
|
||||||
|
|
||||||
resize_edges = get_resize_edges(view, server->seat.cursor->x,
|
resize_edges = get_resize_edges(view, server->seat.cursor->x,
|
||||||
server->seat.cursor->y);
|
server->seat.cursor->y);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue