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
|
|
@ -128,7 +128,6 @@ handle_request_configure(struct wl_listener *listener, void *data)
|
|||
wlr_xwayland_surface_configure(view->xwayland_surface,
|
||||
event->x, event->y, MAX(event->width, min_width),
|
||||
MAX(event->height, min_height));
|
||||
damage_all_outputs(view->server);
|
||||
}
|
||||
#undef MAX
|
||||
|
||||
|
|
@ -194,7 +193,6 @@ configure(struct view *view, struct wlr_box geo)
|
|||
wlr_xwayland_surface_configure(view->xwayland_surface, (int16_t)geo.x,
|
||||
(int16_t)geo.y, (uint16_t)geo.width,
|
||||
(uint16_t)geo.height);
|
||||
damage_all_outputs(view->server);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
@ -211,7 +209,6 @@ static void
|
|||
_close(struct view *view)
|
||||
{
|
||||
wlr_xwayland_surface_close(view->xwayland_surface);
|
||||
damage_all_outputs(view->server);
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue