Skip to content

Commit 0cec363

Browse files
committed
Merge pull request #126 from victor/patch-1
Allow building in Snow Leopard
2 parents 23c99a7 + 84d245b commit 0cec363

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)