diff dw.h @ 140:e0e73b4372a6

GTK 2.0 tree control is now fully functional. I just need to check for leaks.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 22 Oct 2002 07:09:57 +0000
parents caeb52bb5ef4
children add6b46310c2
line wrap: on
line diff
--- a/dw.h	Tue Oct 22 01:59:52 2002 +0000
+++ b/dw.h	Tue Oct 22 07:09:57 2002 +0000
@@ -380,7 +380,6 @@
 void dw_box_pack_end_stub(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
 #else
 /* GTK */
-#define GTK_ENABLE_BROKEN 1
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 #include <gdk/gdkprivate.h>