initWithContentRect: has a NSUInteger parameter now

The typedef in place for Tiger and earlier systems should change this
to unsigned int without problems.
This commit is contained in:
Kristian Rietveld 2009-12-27 22:56:52 +01:00 committed by Tristan Van Berkom
parent 1fa4359218
commit b86b00b387

View File

@ -181,7 +181,7 @@
_gdk_event_queue_append (gdk_display_get_default (), event);
}
-(id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag screen:(NSScreen *)screen
-(id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag screen:(NSScreen *)screen
{
self = [super initWithContentRect:contentRect
styleMask:styleMask