gtk+ r19600 - in branches/gtk-2-12: . gdk/quartz



Author: rhult
Date: Sat Feb 16 09:57:25 2008
New Revision: 19600
URL: http://svn.gnome.org/viewvc/gtk+?rev=19600&view=rev

Log:
2008-02-15  Richard Hult  <richard imendio com>

	Merged from trunk:

	* gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
	instead of bounds when resizing windows.


Modified:
   branches/gtk-2-12/ChangeLog
   branches/gtk-2-12/gdk/quartz/GdkQuartzView.c

Modified: branches/gtk-2-12/gdk/quartz/GdkQuartzView.c
==============================================================================
--- branches/gtk-2-12/gdk/quartz/GdkQuartzView.c	(original)
+++ branches/gtk-2-12/gdk/quartz/GdkQuartzView.c	Sat Feb 16 09:57:25 2008
@@ -165,9 +165,9 @@
     }
 }
 
--(void)setBounds:(NSRect)bounds
+-(void)setFrame:(NSRect)frame
 {
-  [super setBounds:bounds];
+  [super setFrame:frame];
   [self updateTrackingRect];
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]