From 3ef47f712a82fb995d0811e003ad5ce5239baab7 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 May 2010 20:23:07 +0000 Subject: Added 'rotated_text' to the Fluid IDE setup. It should probably be in 'Demo' as well. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7595 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_support.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fluid/ide_support.cxx') diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index f6b4ae2ec..5c7326345 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -1241,6 +1241,12 @@ int create_new_database(const char *filename) demo_db.depends_on(db); } + { Fl_Target_Prefs db(tests_db.add_with_key("name", "rotated_text")); + db.add_source(files_db, "test/rotated_text.cxx"); + db.add_lib(fltk_lib); + demo_db.depends_on(db); + } + { Fl_Target_Prefs db(tests_db.add_with_key("name", "scroll")); db.add_source(files_db, "test/scroll.cxx"); db.add_lib(fltk_lib); -- cgit v1.2.3