mirror of
https://github.com/brl/mutter.git
synced 2025-04-24 02:49:37 +00: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__
|
#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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user