diff options
| author | Manolo Gouy <Manolo> | 2010-03-17 14:08:43 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-17 14:08:43 +0000 |
| commit | b729e997bc2ae62c1def42a77c5c45a314a95bff (patch) | |
| tree | 8c7b9a46d80867bfac4688d14c4eafb70a752832 | |
| parent | c81fe82cb19c0442f4786aa6b26a4a95c952e52d (diff) | |
Reflecting Fl_Gl_Printer.cxx was renamed to Fl_Gl_device_Plugin.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/ide_support.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index 4ab9274df..212a054e1 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -497,8 +497,8 @@ int create_new_database(const char *filename) Fl_Target_Prefs fltk_gl_lib(libs_db.add_with_key("name", "fltkgl")); { fltk_gl_lib.add_source(files_db, "src/Fl_Gl_Choice.cxx"); + fltk_gl_lib.add_source(files_db, "src/Fl_Gl_Device_Plugin.cxx"); fltk_gl_lib.add_source(files_db, "src/Fl_Gl_Overlay.cxx"); - fltk_gl_lib.add_source(files_db, "src/Fl_Gl_Printer.cxx"); fltk_gl_lib.add_source(files_db, "src/Fl_Gl_Window.cxx"); fltk_gl_lib.add_source(files_db, "src/freeglut_geometry.cxx"); fltk_gl_lib.add_source(files_db, "src/freeglut_stroke_mono_roman.cxx"); |
