[gtk+/native-layout] initWithContentRect: has a NSUInteger parameter now
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] initWithContentRect: has a NSUInteger parameter now
- Date: Sun, 4 Apr 2010 02:12:18 +0000 (UTC)
commit b86b00b387e34f69dd8d8c9860c22c5cd28799d9
Author: Kristian Rietveld <kris gtk org>
Date: Sun Dec 27 22:56:52 2009 +0100
initWithContentRect: has a NSUInteger parameter now
The typedef in place for Tiger and earlier systems should change this
to unsigned int without problems.
gdk/quartz/GdkQuartzWindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/quartz/GdkQuartzWindow.c b/gdk/quartz/GdkQuartzWindow.c
index b43a2be..dcd7250 100644
--- a/gdk/quartz/GdkQuartzWindow.c
+++ b/gdk/quartz/GdkQuartzWindow.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]