diff options
| author | Manolo Gouy <Manolo> | 2010-03-17 14:40:31 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-17 14:40:31 +0000 |
| commit | 7d7b276ae78f3da5d2d75e0f6323e5a6abc5990d (patch) | |
| tree | d7b8ff49da21cc432ef76b0abe0bdf609c10a0a8 | |
| parent | efed27b2c4b6cdfb3b6a55a45dc256e8da2c460a (diff) | |
Reflecting rename of src/Fl_Gl_Printer.cxx to src/Fl_Gl_Device_Plugin.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7288 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Fl_Printer.H | 3 | ||||
| -rw-r--r-- | src/Makefile | 1 | ||||
| -rw-r--r-- | src/makedepend | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index b175e99d2..db717a31e 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -13,7 +13,7 @@ * It allows to use all FLTK drawing, color, text, and clip functions, and to have them operate on printed page(s). There are two main, non exclusive, ways to use it. - <ul><li>Print any widget (standard, custom, Fl_Window except Fl_Gl_Window) as it appears + <ul><li>Print any widget (standard, custom, Fl_Window, Fl_Gl_Window) as it appears on screen, with optional translation and scaling. This is done by calling print_widget() or print_window_part(). <li>Use a series of FLTK graphics commands (e.g., font, text, lines, colors, clip) to @@ -21,7 +21,6 @@ </ul> In both cases, begin by start_job(), start_page(), printable_rect() and origin() calls and finish by end_page() and end_job() calls. - \see class Fl_Gl_Printer to print Fl_Gl_Window's. */ class #ifndef FL_DOXYGEN diff --git a/src/Makefile b/src/Makefile index 0d1aefb61..5695c1bfd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -177,6 +177,7 @@ FLCPPFILES = \ GLCPPFILES = \ Fl_Gl_Choice.cxx \ Fl_Gl_Overlay.cxx \ + Fl_Gl_Device_Plugin.cxx \ Fl_Gl_Window.cxx \ freeglut_geometry.cxx \ freeglut_stroke_mono_roman.cxx \ diff --git a/src/makedepend b/src/makedepend index 29b686166..1dd1fdf16 100644 --- a/src/makedepend +++ b/src/makedepend @@ -909,6 +909,8 @@ Fl_Gl_Choice.o: ../FL/fl_types.h ../FL/Xutf8.h ../FL/Enumerations.H Fl_Gl_Choice.o: ../FL/Fl_Export.H ../FL/fl_types.h ../FL/x.H Fl_Gl_Choice.o: ../FL/Fl_Window.H Fl_Gl_Choice.H ../FL/gl_draw.H ../FL/gl.h Fl_Gl_Choice.o: flstring.h ../FL/fl_utf8.h +Fl_Gl_Device_Plugin.o: ../FL/Fl_Device.H ../FL/Fl_Printer.H Fl_Gl_Choice.H +Fl_Gl_Device_Plugin.o: ../FL/Fl_Gl_Window.H ../FL/Fl.H ../FL/fl_draw.H Fl_Gl_Overlay.o: ../config.h ../FL/Fl.H ../FL/fl_utf8.h ../FL/Fl_Export.H Fl_Gl_Overlay.o: ../FL/fl_types.h ../FL/Xutf8.h ../FL/Enumerations.H Fl_Gl_Overlay.o: ../FL/Fl_Export.H ../FL/fl_types.h ../FL/x.H |
