summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Copy_Surface.H4
1 files changed, 4 insertions, 0 deletions
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__)