summaryrefslogtreecommitdiff
path: root/tests/testinput.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-23 19:02:58 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-23 19:02:58 +0100
commitef75ca2d53b44d7273c841d1f84b817725c07d30 (patch)
treef8722dc07db28130789ede04faef24c8b0a309ec /tests/testinput.c
parent4dedafb79b8b9cf6043b5a9cc5a533bf343071cf (diff)
downloadgtk+-ef75ca2d53b44d7273c841d1f84b817725c07d30.tar.gz
API: gdk: Remove gdk_window_process_updates()
We have a frame clock now.
Diffstat (limited to 'tests/testinput.c')
-rw-r--r--tests/testinput.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testinput.c b/tests/testinput.c
index b22fa3ad0b..9c91bf51fa 100644
--- a/tests/testinput.c
+++ b/tests/testinput.c
@@ -110,7 +110,6 @@ draw_brush (GtkWidget *widget, GdkInputSource source,
gtk_widget_queue_draw_area (widget,
update_rect.x, update_rect.y,
update_rect.width, update_rect.height);
- gdk_window_process_updates (gtk_widget_get_window (widget), TRUE);
}
static guint32 motion_time;