diff options
author | emersion <contact@emersion.fr> | 2018-01-18 16:30:56 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-18 16:30:56 +0100 |
commit | 96d6f34eddbd0159e347d41e5c20c74a0600e878 (patch) | |
tree | 0563a2b5e07e7a388ac29b24732cf2eb616c6006 /rootston/wl_shell.c | |
parent | 7f5a538cb73eb20fa37ff98161d45a3a383622aa (diff) |
rootston: replace view_damage with view_apply_damage and view_damage_whole
Diffstat (limited to 'rootston/wl_shell.c')
-rw-r--r-- | rootston/wl_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c index e1dea82b..25ef9a3c 100644 --- a/rootston/wl_shell.c +++ b/rootston/wl_shell.c @@ -103,7 +103,7 @@ static void handle_surface_commit(struct wl_listener *listener, void *data) { view->pending_move_resize.update_y = false; } - view_damage(view); + view_apply_damage(view); } static void handle_destroy(struct wl_listener *listener, void *data) { |