summaryrefslogtreecommitdiff
path: root/clients/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/window.c')
-rw-r--r--clients/window.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/clients/window.c b/clients/window.c
index f9797a27..db40a436 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -4473,13 +4473,6 @@ window_set_text_cursor_position(struct window *window, int32_t x, int32_t y)
wl_fixed_from_int(y));
}
-void
-window_damage(struct window *window, int32_t x, int32_t y,
- int32_t width, int32_t height)
-{
- wl_surface_damage(window->main_surface->surface, x, y, width, height);
-}
-
static void
surface_enter(void *data,
struct wl_surface *wl_surface, struct wl_output *wl_output)