diff gtk/dw.c @ 151:656de0c52c56

Removed the filter from the test program and updated dw_main().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 26 Oct 2002 21:33:31 +0000
parents 2a0d7b57a6da
children a371875d5486
line wrap: on
line diff
--- a/gtk/dw.c	Thu Oct 24 15:53:27 2002 +0000
+++ b/gtk/dw.c	Sat Oct 26 21:33:31 2002 +0000
@@ -7096,7 +7096,7 @@
 	dw_signal_connect(mainwindow, "delete_event", DW_SIGNAL_FUNC(test_callback), (void *)mainwindow);
 	dw_signal_connect(testwindow, "delete_event", DW_SIGNAL_FUNC(test_callback), (void *)testwindow);
 
-	dw_main(0L, NULL);
+	dw_main();
 
 	return 0;
 }