summaryrefslogtreecommitdiff
path: root/tests/testtooltips.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-09-09 00:32:40 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-26 15:11:41 +0200
commit07d0c0b92165ce65048b1272cb33f2e10af1b7f3 (patch)
tree7fff4df3af869c6b0281b157f003f5a4c07143ea /tests/testtooltips.c
parentb8ebcdd0e0acdd9dd73be9995cb21bcdb017b0a6 (diff)
downloadgtk+-07d0c0b92165ce65048b1272cb33f2e10af1b7f3.tar.gz
testtooltips: Don't call gdk_window_get_pointer() in expose events
Diffstat (limited to 'tests/testtooltips.c')
-rw-r--r--tests/testtooltips.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testtooltips.c b/tests/testtooltips.c
index c228c23241..35a7de0feb 100644
--- a/tests/testtooltips.c
+++ b/tests/testtooltips.c
@@ -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);