mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
98a14e6067
commit
dd415881be
@ -181,7 +181,7 @@
|
|||||||
_gdk_event_queue_append (gdk_display_get_default (), event);
|
_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
|
self = [super initWithContentRect:contentRect
|
||||||
styleMask:styleMask
|
styleMask:styleMask
|
||||||
|
Loading…
Reference in New Issue
Block a user