summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rw-r--r--protocol9
1 files changed, 9 insertions, 0 deletions
diff --git a/protocol b/protocol
index 7bbfc13..7d59e16 100644
--- a/protocol
+++ b/protocol
@@ -188,3 +188,12 @@ DamageSubtract
1) parts = damage INTERSECT repair
2) damage = damage - parts
3) Generate DamageNotify for remaining damage areas
+
+DamagePost
+
+ drawable: Drawable
+ region: Region
+
+ Reports damage of the region within the given drawable. This may be
+ used by direct rendering clients to report damage that the server would
+ otherwise be unaware of.