gtk-quartz-engine r20 - in trunk: . src



Author: rhult
Date: Wed Oct 29 20:47:41 2008
New Revision: 20
URL: http://svn.gnome.org/viewvc/gtk-quartz-engine?rev=20&view=rev

Log:
2008-10-29  Richard Hult  <richard imendio com>

	* src/quartz-style.c: (draw_layout): Add missing paramenters for
	area, widget, etc. Fixes missing clipping of text.


Modified:
   trunk/ChangeLog
   trunk/src/quartz-style.c

Modified: trunk/src/quartz-style.c
==============================================================================
--- trunk/src/quartz-style.c	(original)
+++ trunk/src/quartz-style.c	Wed Oct 29 20:47:41 2008
@@ -1667,7 +1667,7 @@
     }
 
   parent_class->draw_layout (style, window, state_type, use_text,
-                             NULL, NULL, NULL,
+                             area, widget, detail,
                              x, y, layout);
 }
 



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