]> git.mdlowis.com Git - proto/labwc.git/commitdiff
cursor: damage output on pressing view
authorJohan Malm <jgm323@gmail.com>
Fri, 26 Mar 2021 20:12:01 +0000 (20:12 +0000)
committerJohan Malm <jgm323@gmail.com>
Fri, 26 Mar 2021 20:12:01 +0000 (20:12 +0000)
src/cursor.c

index 80928e79651c3a1c20a356f4d99cb8268566e006..2c4fdb1393fa6e8bff961bfd5aece56aaa1e571b 100644 (file)
@@ -311,6 +311,7 @@ cursor_button(struct wl_listener *listener, void *data)
 
        /* Handle _press_ on view */
        desktop_focus_view(&server->seat, view);
+       damage_all_outputs(server);
 
        resize_edges = get_resize_edges(view, server->seat.cursor->x,
                                        server->seat.cursor->y);