summaryrefslogtreecommitdiff
path: root/include/sway/desktop.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-04-07 11:53:10 -0400
committerGitHub <[email protected]>2018-04-07 11:53:10 -0400
commitc47b4d4edb7714612ec7236fafda5ca54cb92ce4 (patch)
tree9a7f991e9c3da20351b58c53e0b6dbe376f12dca /include/sway/desktop.h
parentf5a9bd5cb75b37376b98eadbff2facb7e0021d57 (diff)
parent0c627918bb1d4c056744157b8c37fb1f62c5ca8e (diff)
Merge pull request #1756 from emersion/output-damage
Fine-grained damage tracking
Diffstat (limited to 'include/sway/desktop.h')
-rw-r--r--include/sway/desktop.h7
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);