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 /include/rootston/output.h | |
parent | 7f5a538cb73eb20fa37ff98161d45a3a383622aa (diff) |
rootston: replace view_damage with view_apply_damage and view_damage_whole
Diffstat (limited to 'include/rootston/output.h')
-rw-r--r-- | include/rootston/output.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h index e8c64c3e..cf34496b 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -23,6 +23,9 @@ struct roots_output { void output_add_notify(struct wl_listener *listener, void *data); void output_remove_notify(struct wl_listener *listener, void *data); -void output_damage_view(struct roots_output *output, struct roots_view *view); +void output_damage_whole_view(struct roots_output *output, + struct roots_view *view); +void output_damage_from_view(struct roots_output *output, + struct roots_view *view); #endif |