summaryrefslogtreecommitdiff
path: root/damageproto.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-09 16:19:30 -0800
committerEric Anholt <eric@anholt.net>2007-01-09 16:19:30 -0800
commitcff2b116eb2a6a7827b866910a84f8357c299be0 (patch)
tree73a43a2c3335183d666cf196336792d7375d47a0 /damageproto.h
parent97c47fc81f0dc152e1d32800ce5022d2d25c3c43 (diff)
downloadxorg-proto-damageproto-cff2b116eb2a6a7827b866910a84f8357c299be0.tar.gz
Rename DamagePost to DamageAdd per suggestion from keithp.damageproto-1.1.0
Diffstat (limited to 'damageproto.h')
-rw-r--r--damageproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/damageproto.h b/damageproto.h
index c70d270..d3bb045 100644
--- a/damageproto.h
+++ b/damageproto.h
@@ -122,9 +122,9 @@ typedef struct {
CARD16 length B16;
Drawable drawable B32;
Region region B32;
-} xDamagePostReq;
+} xDamageAddReq;
-#define sz_xDamagePostReq 12
+#define sz_xDamageAddReq 12
/* Events */