gnome-games r7208 - trunk/aisleriot



Author: chpe
Date: Sun Jan 13 22:08:52 2008
New Revision: 7208
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7208&view=rev

Log:
Use the focus rect as clip rect when painting the focus, not event->area.


Modified:
   trunk/aisleriot/board.c

Modified: trunk/aisleriot/board.c
==============================================================================
--- trunk/aisleriot/board.c	(original)
+++ trunk/aisleriot/board.c	Sun Jan 13 22:08:52 2008
@@ -3213,7 +3213,7 @@
     gtk_paint_focus (widget->style,
                      widget->window,
                      GTK_WIDGET_STATE (widget),
-                     &event->area,
+                     focus_rect,
                      widget,
                      NULL,
                      focus_rect->x,



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