diff options
| author | Manolo Gouy <Manolo> | 2015-03-12 15:24:15 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-03-12 15:24:15 +0000 |
| commit | 2b952dda54654022db8f595e23815fbbc4260ba7 (patch) | |
| tree | 1a901aa4d273fb7d3edb0a3f2726df8e499a0f10 /src/print_panel.h | |
| parent | 1c3163f206606070c112c8f09a758990a8f2e142 (diff) | |
Linux/unix: added support for BSD-style printing, that is, using lpq/lpr instead of lpstat/lp .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10619 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/print_panel.h')
| -rw-r--r-- | src/print_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/print_panel.h b/src/print_panel.h index 72668fbd9..35ead8ad7 100644 --- a/src/print_panel.h +++ b/src/print_panel.h @@ -35,9 +35,10 @@ #include <FL/Fl_Check_Button.H> #include <FL/Fl_Return_Button.H> #include <FL/Fl_Progress.H> +enum printing_style {SystemV, BSD}; static Fl_Double_Window* make_print_panel(); static void print_cb(Fl_Return_Button *, void *); -static void print_load(); +static printing_style print_load(); static void print_update_status(); #endif |
