File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535#import " Miscellaneous.h"
3636#import " MMCoreTextView.h"
3737#import " MMWindow.h"
38+ #import " blur.h"
3839
3940
4041static NSString *MMDefaultToolbarImageName = @" Attention" ;
Original file line number Diff line number Diff line change 99 */
1010
1111#import " MacVim.h"
12+ #import " blur.h"
1213
1314
1415
Original file line number Diff line number Diff line change 99 */
1010
1111#import " MacVim.h"
12+ #import " blur.h"
1213
1314
1415
Original file line number Diff line number Diff line change 1+ #if defined(MAC_OS_X_VERSION_10_5 ) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 )
2+ # define BLUR_TRANSPARENCY
3+ #endif
Original file line number Diff line number Diff line change @@ -1752,8 +1752,8 @@ typedef int proftime_T; /* dummy for function prototypes */
17521752#endif
17531753
17541754/* Needs to be before option.h, which uses BLUR_TRANSPARENCY */
1755- #if defined( FEAT_TRANSPARENCY ) && defined( MAC_OS_X_VERSION_10_5 ) && ( MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 )
1756- # define BLUR_TRANSPARENCY
1755+ #ifdef FEAT_TRANSPARENCY
1756+ # include "MacVim/blur.h"
17571757#endif
17581758
17591759/* Include option.h before structs.h, because the number of window-local and
You can’t perform that action at this time.
0 commit comments