summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-03 14:49:06 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-03 14:50:10 +0200
commit953be03acf9a19952250df709e384bb9fb44a2aa (patch)
tree3147ab6f0dda4a3cc3f2ce2387fa823780807ced /tests
parent9437138db222cc0ccf42c72c8f6a0816ccc2ffa1 (diff)
downloadgtk+-953be03acf9a19952250df709e384bb9fb44a2aa.tar.gz
Fix too many args warning
Apparently we missed one place when converting gdk_window_ensure_native
Diffstat (limited to 'tests')
-rw-r--r--tests/testwindows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testwindows.c b/tests/testwindows.c
index c6543c6596..ca8d8e5dec 100644
--- a/tests/testwindows.c
+++ b/tests/testwindows.c
@@ -692,7 +692,7 @@ native_window_clicked (GtkWidget *button,
{
window = l->data;
- gdk_window_ensure_native (window, TRUE);
+ gdk_window_ensure_native (window);
}
g_list_free (selected);