]> Pileus Git - ~andy/gtk/commitdiff
testtooltips: Don't call gdk_window_get_pointer() in expose events
authorBenjamin Otte <otte@redhat.com>
Wed, 8 Sep 2010 22:32:40 +0000 (00:32 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:11:41 +0000 (15:11 +0200)
tests/testtooltips.c

index c228c23241e9e6f73e0379a7e0e0f42282746108..35a7de0febf37b27c1092518483b54d325b4e27d 100644 (file)
@@ -216,8 +216,6 @@ drawing_area_expose (GtkWidget      *drawing_area,
 
   window =  gtk_widget_get_window (drawing_area);
 
-  gdk_window_get_pointer (window, NULL, NULL, NULL);
-
   cr = gdk_cairo_create (window);
 
   gtk_widget_get_allocation (drawing_area, &allocation);