Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXdamage 1.1.2
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Janitor: Correct make distcheck and compiler warnings.
Change parameter names for QueryVersion/QueryExtension.
Fix a comment in configure.ac, this is libXdamage, not libXfixes
Require pkg-config to find the packages, no funky x11 lookups.
libXdamage incorrectly encodes/decodes the 'More' field from the event.
libXdamage incorrectly encodes/decodes the 'More' field from the event.
The client library for xdamage currently fails to fill in the 'more'
field. As a result, you get whatever uninitialised junk was there
before.
The server sets the high bit of 'level' when there is
'more' (DamageNotifyMore = 0x80). A patch follows to fix the client
library.