summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Printer.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H
index b4a285ff8..b2b154666 100644
--- a/FL/Fl_Printer.H
+++ b/FL/Fl_Printer.H
@@ -206,11 +206,11 @@ public:
/** \brief Returns the plugin name */
virtual const char *name() = 0;
/** \brief Prints a widget
- \param p the printer
\param w the widget
\param x,y offsets where to print relatively to coordinates origin
+ \param height height of the current drawing area
*/
- virtual int print(Fl_Abstract_Printer* p, Fl_Widget* w, int x, int y) { return 0; }
+ virtual int print(Fl_Widget* w, int x, int y, int height) { return 0; }
};
#endif // Fl_Printer_H