From cff2b116eb2a6a7827b866910a84f8357c299be0 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 9 Jan 2007 16:19:30 -0800 Subject: Rename DamagePost to DamageAdd per suggestion from keithp. --- damageproto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'damageproto.h') 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 */ -- cgit v1.2.3