Ticket #44262: patch-AppController.m.diff

File patch-AppController.m.diff, 512 bytes (added by rudloff@…, 10 years ago)
  • AppController

    old new  
    1717
    1818#define _DISPLENGTH 40
    1919
    20 enum {
    21     NSWindowCollectionBehaviorDefault = 0,
    22     NSWindowCollectionBehaviorCanJoinAllSpaces = 1 << 0,
    23     NSWindowCollectionBehaviorMoveToActiveSpace = 1 << 1
    24 };
    25 
    26 typedef unsigned NSWindowCollectionBehavior;
    27 
    2820@interface NSWindow (NSWindowCollectionBehavior)
    2921- (void)setCollectionBehavior:(NSWindowCollectionBehavior)behavior;
    3022@end