Changeset 197813 in webkit


Ignore:
Timestamp:
Mar 8, 2016 3:58:45 PM (8 years ago)
Author:
andersca@apple.com
Message:

Use NSUInteger instead of NSWindowStyleMask.

  • MiniBrowser/mac/MiniBrowser_Prefix.pch:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r197812 r197813  
     12016-03-08  Anders Carlsson  <andersca@apple.com>
     2
     3        Use NSUInteger instead of NSWindowStyleMask.
     4
     5        * MiniBrowser/mac/MiniBrowser_Prefix.pch:
     6
    172016-03-08  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/Tools/MiniBrowser/mac/MiniBrowser_Prefix.pch

    r197812 r197813  
    3131static const NSEventModifierFlags NSEventModifierFlagCommand =  NSCommandKeyMask;
    3232static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask;
    33 static const NSWindowStyleMask NSWindowStyleMaskFullSizeContentView = NSFullSizeContentViewWindowMask;
     33static const NSUInteger NSWindowStyleMaskFullSizeContentView = NSFullSizeContentViewWindowMask;
    3434#endif
    3535
Note: See TracChangeset for help on using the changeset viewer.