From 32716d6b1e8a90cbe61b60994323029ec6abe85c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 10 Jul 2010 09:44:45 +0000 Subject: Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_support.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid') diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index 65a55e83b..ea3dd0d57 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -571,7 +571,6 @@ int create_new_database(const char *filename) fltk_lib.add_header(files_db, "FL/Fl_Object.H"); fltk_lib.add_header(files_db, "FL/Fl_Output.H"); fltk_lib.add_header(files_db, "FL/Fl_Overlay_Window.H"); - fltk_lib.add_header(files_db, "FL/Fl_PSfile_Device.H"); fltk_lib.add_header(files_db, "FL/Fl_Pack.H"); fltk_lib.add_header(files_db, "FL/Fl_Paged_Device.H"); fltk_lib.add_header(files_db, "FL/Fl_Pixmap.H"); @@ -1324,8 +1323,9 @@ int create_new_database(const char *filename) } { Fl_Target_Prefs db(tests_db.add_with_key("name", "tree")); - db.add_source(files_db, "test/tree.cxx"); + db.add_fl(files_db, "test/tree.fl"); db.add_lib(fltk_lib); + db.depends_on(fluid_app); demo_db.depends_on(db); } -- cgit v1.2.3