mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
f6d169f360
commit
716ee65a98
@ -117,6 +117,8 @@ print OUT_KEYSYMS_COMPAT<<EOF;
|
||||
#ifndef __CLUTTER_KEYSYMS_DEPRECATED_H__
|
||||
#define __CLUTTER_KEYSYMS_DEPRECATED_H__
|
||||
|
||||
#ifndef CLUTTER_DISABLE_DEPRECATED
|
||||
|
||||
EOF
|
||||
|
||||
while (<IN_KEYSYMDEF>)
|
||||
@ -200,6 +202,8 @@ EOF
|
||||
|
||||
print OUT_KEYSYMS_COMPAT<<EOF;
|
||||
|
||||
#endif /* CLUTTER_DISABLE_DEPRECATED */
|
||||
|
||||
#endif /* __CLUTTER_KEYSYMS_DEPRECATED_H__ */
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user