Skip to content

Commit 84d245b

Browse files
author
Victor Jalencas
committed
Allow building in Snow Leopard
1 parent 23c99a7 commit 84d245b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PBGitWindowController.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
#import "PBGitXMessageSheet.h"
1717
#import "PBGitSidebarController.h"
1818

19+
#ifndef MAC_OS_X_VERSION_10_7
20+
#define NSApplicationPresentationAutoHideToolbar 0
21+
#define NSApplicationPresentationFullScreen 0
22+
#endif
23+
1924
@implementation PBGitWindowController
2025

2126

0 commit comments

Comments
 (0)