diff options
| author | Manolo Gouy <Manolo> | 2015-02-02 09:46:32 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-02-02 09:46:32 +0000 |
| commit | f8ee30ef746e4d9dcc270b1c435474f0e2007a2b (patch) | |
| tree | a02ca5faa15ea8618bfc137fba5809be166e6bdd /FL/Fl_PostScript.H | |
| parent | a02e892b0169161017733efe5adc8f7708022512 (diff) | |
Restores the Doxygen doc of the Fl_PostScript_Graphics_Driver class that had been hidden by r.9980 by mistake.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10547 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 29b806249..4cf33cd92 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -27,6 +27,11 @@ #include <FL/fl_draw.H> #include <stdarg.h> +/* Signature of Fl_PostScript::close_command() functions passed as parameters. */ +extern "C" { + typedef int (Fl_PostScript_Close_Command)(FILE *); +} + /** \brief PostScript graphical backend. * @@ -53,12 +58,6 @@ <br> All other unicode characters or all other fonts (FL_FREE_FONT and above) are output as a bitmap. <br> FLTK standard fonts are output using the corresponding PostScript standard fonts. */ - -/** Signature of Fl_PostScript::close_command() functions passed as parameters. */ -extern "C" { - typedef int (Fl_PostScript_Close_Command)(FILE *); -} - class FL_EXPORT Fl_PostScript_Graphics_Driver : public Fl_Graphics_Driver { public: static const char *class_id; |
