diff options
Diffstat (limited to 'include/sway/desktop.h')
-rw-r--r-- | include/sway/desktop.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/sway/desktop.h b/include/sway/desktop.h index 96bdc94c..f1ad759a 100644 --- a/include/sway/desktop.h +++ b/include/sway/desktop.h @@ -1,7 +1,4 @@ #include <wlr/types/wlr_surface.h> -void desktop_damage_whole_surface(struct wlr_surface *surface, double lx, - double ly); - -void desktop_damage_from_surface(struct wlr_surface *surface, double lx, - double ly); +void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly, + bool whole); |