summaryrefslogtreecommitdiffstats
path: root/include/sway/desktop.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-07 11:53:10 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-07 11:53:10 -0400
commitc47b4d4edb7714612ec7236fafda5ca54cb92ce4 (patch)
tree9a7f991e9c3da20351b58c53e0b6dbe376f12dca /include/sway/desktop.h
parentMerge pull request #1700 from swaywm/move-cmd-full (diff)
parentDamage all surfaces when damaging whole container (diff)
downloadsway-c47b4d4edb7714612ec7236fafda5ca54cb92ce4.tar.gz
sway-c47b4d4edb7714612ec7236fafda5ca54cb92ce4.tar.zst
sway-c47b4d4edb7714612ec7236fafda5ca54cb92ce4.zip
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 @@
1#include <wlr/types/wlr_surface.h> 1#include <wlr/types/wlr_surface.h>
2 2
3void desktop_damage_whole_surface(struct wlr_surface *surface, double lx, 3void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
4 double ly); 4 bool whole);
5
6void desktop_damage_from_surface(struct wlr_surface *surface, double lx,
7 double ly);