gimp r26717 - trunk/app/widgets



Author: neo
Date: Fri Aug 22 21:04:28 2008
New Revision: 26717
URL: http://svn.gnome.org/viewvc/gimp?rev=26717&view=rev

Log:
formatting


Modified:
   trunk/app/widgets/gimpnavigationview.c

Modified: trunk/app/widgets/gimpnavigationview.c
==============================================================================
--- trunk/app/widgets/gimpnavigationview.c	(original)
+++ trunk/app/widgets/gimpnavigationview.c	Fri Aug 22 21:04:28 2008
@@ -496,9 +496,11 @@
 
       cairo_translate (cr, widget->allocation.x, widget->allocation.y);
       cairo_rectangle (cr,
-                       0, 0, widget->allocation.width, widget->allocation.height);
+                       0, 0,
+                       widget->allocation.width, widget->allocation.height);
       cairo_rectangle (cr,
-                       nav_view->p_x, nav_view->p_y, nav_view->p_width, nav_view->p_height);
+                       nav_view->p_x, nav_view->p_y,
+                       nav_view->p_width, nav_view->p_height);
 
       cairo_set_source_rgba (cr,
                              color->red   / 65535.,
@@ -509,7 +511,8 @@
       cairo_fill (cr);
 
       cairo_rectangle (cr,
-                       nav_view->p_x, nav_view->p_y, nav_view->p_width, nav_view->p_height);
+                       nav_view->p_x, nav_view->p_y,
+                       nav_view->p_width, nav_view->p_height);
 
       gdk_cairo_set_source_color  (cr, &widget->style->bg[widget->state]);
 



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