Merge pull request #96 from rhendric/blur

Move BLUR_TRANSPARENCY into its own file
This commit is contained in:
Kazuki Sakamoto
2015-10-20 06:37:23 -07:00
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@
#import "Miscellaneous.h"
#import "MMCoreTextView.h"
#import "MMWindow.h"
#import "blur.h"
static NSString *MMDefaultToolbarImageName = @"Attention";
+1
View File
@@ -9,6 +9,7 @@
*/
#import "MacVim.h"
#import "blur.h"
+1
View File
@@ -9,6 +9,7 @@
*/
#import "MacVim.h"
#import "blur.h"
+3
View File
@@ -0,0 +1,3 @@
#if defined(MAC_OS_X_VERSION_10_5) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5)
# define BLUR_TRANSPARENCY
#endif
+2 -2
View File
@@ -1752,8 +1752,8 @@ typedef int proftime_T; /* dummy for function prototypes */
#endif
/* Needs to be before option.h, which uses BLUR_TRANSPARENCY */
#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
#ifdef FEAT_TRANSPARENCY
# include "MacVim/blur.h"
#endif
/* Include option.h before structs.h, because the number of window-local and