diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-04-10 13:14:04 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-04-10 13:14:04 +0200 |
| commit | 7a0bebb22fba0e2ed260b513421f6082a1c27a9e (patch) | |
| tree | 2dd0a5b06a4f404767527722bb3de2b08a3db05c /FL/Fl_Printer.H | |
| parent | 22a5dc3085836f17c0e895040b7dac4a7a0919c5 (diff) | |
New virtual member function bool Fl_Surface_Device::is_current()
Diffstat (limited to 'FL/Fl_Printer.H')
| -rw-r--r-- | FL/Fl_Printer.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index 825f765d9..8d3219783 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -105,6 +105,7 @@ public: void end_job (void); void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset); void set_current(void); + virtual bool is_current(); /** \name These attributes are useful for the Linux/Unix platform only. \{ |
