mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
More robust precondition for BLUR_TRANSPARENCY
Thanks to @chdiza
This commit is contained in:
@@ -1751,7 +1751,7 @@ typedef int proftime_T; /* dummy for function prototypes */
|
||||
#endif
|
||||
|
||||
/* Needs to be before option.h, which uses BLUR_TRANSPARENCY */
|
||||
#if defined(FEAT_TRANSPARENCY) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5)
|
||||
#if defined(FEAT_TRANSPARENCY) && defined(MAC_OS_X_VERSION_10_5) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5)
|
||||
# define BLUR_TRANSPARENCY
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user