diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-09 16:19:30 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-09 16:19:30 -0800 |
commit | cff2b116eb2a6a7827b866910a84f8357c299be0 (patch) | |
tree | 73a43a2c3335183d666cf196336792d7375d47a0 /damageproto.h | |
parent | 97c47fc81f0dc152e1d32800ce5022d2d25c3c43 (diff) |
Rename DamagePost to DamageAdd per suggestion from keithp.
Diffstat (limited to 'damageproto.h')
-rw-r--r-- | damageproto.h | 4 |
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 */ |