Skip to content

Commit

Permalink
Update CGSSpace.h
Browse files Browse the repository at this point in the history
Added CGSMoveWindowsToManagedSpace
ianyh/Amethyst#1192
  • Loading branch information
dzanotto committed Feb 23, 2022
1 parent 0476f37 commit 3bdea50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CGSSpace.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ CG_EXTERN void CGSAddWindowsToSpaces(CGSConnectionID cid, CFArrayRef windows, CF
/// Given an array of window numbers and an array of space IDs, removes each window from each space.
CG_EXTERN void CGSRemoveWindowsFromSpaces(CGSConnectionID cid, CFArrayRef windows, CFArrayRef spaces);

CG_EXTERN void CGSMoveWindowsToManagedSpace(CGSConnectionID connection, CFArrayRef windowIds, CGSSpaceID spaceId);

CG_EXTERN CFStringRef kCGSPackagesMainDisplayIdentifier;

/// Changes the active space for a given display.
Expand Down

0 comments on commit 3bdea50

Please sign in to comment.