diff options
author | Benjamin Otte <otte@redhat.com> | 2016-11-23 19:02:58 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-11-23 19:02:58 +0100 |
commit | ef75ca2d53b44d7273c841d1f84b817725c07d30 (patch) | |
tree | f8722dc07db28130789ede04faef24c8b0a309ec /tests/testinput.c | |
parent | 4dedafb79b8b9cf6043b5a9cc5a533bf343071cf (diff) | |
download | gtk+-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.c | 1 |
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; |