libxcb/tools
Ian Osgood a1a7646d5a Add XCBAllPlanes from xcb-image util library. 2006-09-24 14:10:20 -07:00
..
README now, I know how to use api_conv.pl :) 2006-09-24 08:51:20 +02:00
api_conv.pl Special cases to agree with the conventions Josh and I have hashed out. 2006-09-23 02:24:39 -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 {} +