mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
[NS] Fix deprecated variable (bug#80985)
* src/nsterm.h (NSLevelIndicatorStyleContinuousCapacity): Define in macOS < 10.15.
This commit is contained in:
parent
2d496b842d
commit
543d8a7a9d
|
|
@ -1384,6 +1384,11 @@ enum NSWindowTabbingMode
|
||||||
#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton
|
#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_15)
|
||||||
|
/* Deprecated in macOS 10.15. */
|
||||||
|
#define NSLevelIndicatorStyleContinuousCapacity NSContinuousCapacityLevelIndicatorStyle
|
||||||
|
#endif
|
||||||
|
|
||||||
extern void mark_nsterm (void);
|
extern void mark_nsterm (void);
|
||||||
|
|
||||||
#endif /* HAVE_NS */
|
#endif /* HAVE_NS */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue