1
0
Fork 0

keysyms-update: Add deprecation guards to the deprecated header

We still need to add them in case the header is directly included.
This commit is contained in:
Emmanuele Bassi 2012-06-11 13:46:38 +01:00
parent f6d169f360
commit 716ee65a98

View file

@ -117,6 +117,8 @@ print OUT_KEYSYMS_COMPAT<<EOF;
#ifndef __CLUTTER_KEYSYMS_DEPRECATED_H__ #ifndef __CLUTTER_KEYSYMS_DEPRECATED_H__
#define __CLUTTER_KEYSYMS_DEPRECATED_H__ #define __CLUTTER_KEYSYMS_DEPRECATED_H__
#ifndef CLUTTER_DISABLE_DEPRECATED
EOF EOF
while (<IN_KEYSYMDEF>) while (<IN_KEYSYMDEF>)
@ -200,6 +202,8 @@ EOF
print OUT_KEYSYMS_COMPAT<<EOF; print OUT_KEYSYMS_COMPAT<<EOF;
#endif /* CLUTTER_DISABLE_DEPRECATED */
#endif /* __CLUTTER_KEYSYMS_DEPRECATED_H__ */ #endif /* __CLUTTER_KEYSYMS_DEPRECATED_H__ */
EOF EOF