From baf5ea7d56abed44ab3224a47496250dedaa8b83 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 8 Nov 2014 18:10:35 +0000 Subject: Added Fl_Copy_Surface::w() and Fl_Copy_Surface::h() member functions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10441 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Copy_Surface.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index 114f45556..e26ec47b1 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -79,6 +79,10 @@ public: ~Fl_Copy_Surface(); void set_current(); void draw(Fl_Widget* widget, int delta_x = 0, int delta_y = 0); + /** Returns the pixel width of the copy surface */ + int w() { return width; } + /** Returns the pixel height of the copy surface */ + int h() { return height; } }; #if defined(__APPLE__) -- cgit v1.2.3