mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Remove src/damage.c
This commit is contained in:
parent
e289100a54
commit
bd9ac3478a
15 changed files with 0 additions and 48 deletions
|
|
@ -113,7 +113,6 @@ request_start_drag_notify(struct wl_listener *listener, void *data)
|
|||
static void
|
||||
process_cursor_move(struct server *server, uint32_t time)
|
||||
{
|
||||
damage_all_outputs(server);
|
||||
double dx = server->seat.cursor->x - server->grab_x;
|
||||
double dy = server->seat.cursor->y - server->grab_y;
|
||||
struct view *view = server->grabbed_view;
|
||||
|
|
@ -128,7 +127,6 @@ process_cursor_move(struct server *server, uint32_t time)
|
|||
static void
|
||||
process_cursor_resize(struct server *server, uint32_t time)
|
||||
{
|
||||
damage_all_outputs(server);
|
||||
double dx = server->seat.cursor->x - server->grab_x;
|
||||
double dy = server->seat.cursor->y - server->grab_y;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue