diff options
Diffstat (limited to 'dw/fltkflatview.hh')
-rw-r--r-- | dw/fltkflatview.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkflatview.hh b/dw/fltkflatview.hh index dee5498f..5106cbdf 100644 --- a/dw/fltkflatview.hh +++ b/dw/fltkflatview.hh @@ -22,7 +22,7 @@ protected: public: FltkFlatView (int x, int y, int w, int h, const char *label = 0); ~FltkFlatView (); - + void setCanvasSize (int width, int ascent, int descent); bool usesViewport (); |