diff options
| author | Manolo Gouy <Manolo> | 2010-03-17 13:58:35 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-17 13:58:35 +0000 |
| commit | 53070ba725c4b57b55b4c0aac2661fffeec3ec06 (patch) | |
| tree | 2cc21420c0c874bf6c5db05f7591651b10397d52 /FL | |
| parent | e6a5d896e64acd3116fb97792a435b44406a2f70 (diff) | |
Deleted class Fl_Gl_Printer that's no longer useful.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Device.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Gl_Printer.H | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index b2403f9b1..d4f9bfde1 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -203,7 +203,7 @@ public: }; #endif -/* +/** This plugin socket allows the integration of new device drivers for special window or screen types. It is currently used to provide an automated printing service for OpenGL windows, if linked with fltk_gl. diff --git a/FL/Fl_Gl_Printer.H b/FL/Fl_Gl_Printer.H index 66929c570..4fd3096c8 100644 --- a/FL/Fl_Gl_Printer.H +++ b/FL/Fl_Gl_Printer.H @@ -6,7 +6,7 @@ #include <FL/Fl_Printer.H> #include <FL/Fl_Gl_Window.H> -/** +/* * @brief To print Fl_Gl_Window's. * Because Fl_Printer::print_widget() prints only the background of Fl_Gl_Window's, @@ -14,12 +14,12 @@ */ class Fl_Gl_Printer : public Fl_Printer { public: - /** + /* @brief The constructor. */ Fl_Gl_Printer(void) : Fl_Printer() {} - /** + /* @brief Prints an Fl_Gl_Window. * Under MSWindows, take care to move the print dialog window(s) out of the target OpenGL window(s) |
