gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18569 - gnunet-gtk/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r18569 - gnunet-gtk/src/statistics
Date: Tue, 13 Dec 2011 14:17:33 +0100

Author: grothoff
Date: 2011-12-13 14:17:33 +0100 (Tue, 13 Dec 2011)
New Revision: 18569

Modified:
   gnunet-gtk/src/statistics/gtk_statistics.c
Log:
-fixes for gtk 2.x

Modified: gnunet-gtk/src/statistics/gtk_statistics.c
===================================================================
--- gnunet-gtk/src/statistics/gtk_statistics.c  2011-12-13 12:34:29 UTC (rev 
18568)
+++ gnunet-gtk/src/statistics/gtk_statistics.c  2011-12-13 13:17:33 UTC (rev 
18569)
@@ -132,6 +132,12 @@
   cairo_t *cr;
 
   cr = gdk_cairo_create (statistics->window);
+  cairo_translate (cr, event->area.x, event->area.y);
+  cairo_rectangle (cr,            
+                  0, 0,
+                  event->area.width, event->area.height);
+  cairo_clip (cr);
+
   gtk_statistics_draw (statistics, cr);  
   cairo_destroy (cr);  
   return FALSE;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]