libxcb/tools
Jamey Sharp 9d619d14e3 Match only XCB-namespaced XID generators when converting to xcb_generate_id.
Thanks to Vincent Torri for pointing out that I screwed up. :-)
2006-10-15 12:34:30 -07:00
..
README now, I know how to use api_conv.pl :) 2006-09-24 08:51:20 +02:00
api_conv.pl Match only XCB-namespaced XID generators when converting to xcb_generate_id. 2006-10-15 12:34:30 -07:00
constants Add XCBAllPlanes from xcb-image util library. 2006-09-24 14:10:20 -07:00

api_conv.pl:
------------

 Description: used to convert old XCB names in camel case to lower
              case names.

 Usage:

  * for several files:

perl -i xcb/tools/api_conv.pl xcb/tools/constants <file1> <file2> ...

  * for a directory:

find dir -name '*.[ch]' -exec perl -i xcb/tools/api_conv.pl xcb/tools/constants {} +