From 39fdbecd1656ad10f76fe994824001ef94355ad4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 2 Mar 2016 12:36:37 +0000 Subject: Finalize new implementation of Fl_Copy_Surface. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11267 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Copy_Surface.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index 5bf679789..57630b126 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -63,6 +63,8 @@ public: /** Returns the pixel height of the copy surface */ int h(); void origin(int *x, int *y); + void origin(int x, int y); + int printable_rect(int *w, int *h); }; #endif // Fl_Copy_Surface_H -- cgit v1.2.3