Skip to content

Commit

Permalink
Use array syntax for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
metakirby5 committed Jun 7, 2024
1 parent 673a3fd commit e7c10cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Phoenix/PHSpace.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ @implementation PHSpace

// XXX: Undocumented private API to move the given windows (CGWindowIDs) to the given space by its (legacy) compatId
CGError CGSSetWindowListWorkspace(CGSConnectionID connection,
CGWindowID *windowIds,
CGWindowID windowIds[],
NSUInteger windowCount,
CGSMoveWindowCompatID compatId);

Expand Down

0 comments on commit e7c10cd

Please sign in to comment.