libxcb/tools
Jamey Sharp 7b786bd8f3 api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now that we have no type-safety XID wrappers. 2006-10-06 23:32:32 -07:00
..
README now, I know how to use api_conv.pl :) 2006-09-24 08:51:20 +02:00
api_conv.pl api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now that we have no type-safety XID wrappers. 2006-10-06 23:32:32 -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 {} +