]> git.sesse.net Git - vlc/commitdiff
fixed compilation warning
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 19 Feb 2009 15:25:55 +0000 (16:25 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 19 Feb 2009 15:25:55 +0000 (16:25 +0100)
modules/gui/macosx/fspanel.h
modules/gui/macosx/fspanel.m

index 1a38d89b6fee174674548dec711914e8326a3052..2c5494a16ff72ddedf5b070d91b748bc99e75cd8 100644 (file)
@@ -37,7 +37,7 @@
     int i_device;\r
 }\r
 - (id)initWithContentRect: (NSRect)contentRect\r
-                styleMask: (unsigned int)aStyle\r
+                styleMask: (NSUInteger)aStyle\r
                   backing: (NSBackingStoreType)bufferingType\r
                     defer: (BOOL)flag;\r
 - (void)awakeFromNib;\r
index f59d5795fe7f5f72e39867da38133c4b9be40235..5b997bee442de0b40faaf1d8bbce8589538dc6e5 100644 (file)
@@ -41,7 +41,7 @@
 @implementation VLCFSPanel
 /* We override this initializer so we can set the NSBorderlessWindowMask styleMask, and set a few other important settings */
 - (id)initWithContentRect:(NSRect)contentRect 
-                styleMask:(NSInteger)aStyle 
+                styleMask:(NSUInteger)aStyle 
                   backing:(NSBackingStoreType)bufferingType 
                     defer:(BOOL)flag
 {