c_client.py: prefix all monkey-patched fields with c_
authorRan Benita <ran234@gmail.com>
Sun, 23 Feb 2014 20:55:18 +0000 (22:55 +0200)
committerDaniel Martin <consume.noise@gmail.com>
Mon, 28 Jul 2014 18:29:56 +0000 (20:29 +0200)
commitbfbf83b1d8113ac398b57c2738706792946d1c03
tree03cd40dba87ddea735b5ef5a08a4befd8bbee9a2
parent285d566a5c11c6edd3665beb42312e24bde77d16
c_client.py: prefix all monkey-patched fields with c_

The script adds many fields to the objects coming from xcbgen. To
distinguish them, a c_ prefix is used, but for some it was missing.

Signed-off-by: Ran Benita <ran234@gmail.com>
Reviewed-by: Daniel Martin <consume.noise@gmail.com>
src/c_client.py