Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit a46d9b2

Browse files
committed
rearrange a couple things
1 parent e90210e commit a46d9b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CGSSpace.h

-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ CG_EXTERN void CGSManagedDisplaySetCurrentSpace(CGSConnectionID cid, CFStringRef
148148

149149
#pragma mark - Additional Functions from https://gist.github.com/puffnfresh/4053980
150150

151-
extern CGSConnectionID _CGSDefaultConnection(void);
152-
#define CGSDefaultConnection _CGSDefaultConnection()
153-
154151
CG_EXTERN int CGSSpaceGetAbsoluteLevel(const CGSConnectionID cid, CGSSpaceID space);
155152
CG_EXTERN void CGSSpaceSetAbsoluteLevel(const CGSConnectionID cid, CGSSpaceID space, int level);
156153

Diff for: internal.m

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// #import "spaces.h"
55
#import "CGSSpace.h"
66

7+
extern CGSConnectionID _CGSDefaultConnection(void);
8+
#define CGSDefaultConnection _CGSDefaultConnection()
9+
710
int refTable ;
811

912
#pragma mark - Support Functions

0 commit comments

Comments
 (0)