summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Copy_Surface.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Copy_Surface.H')
-rw-r--r--src/drivers/GDI/Fl_GDI_Copy_Surface.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface.H b/src/drivers/GDI/Fl_GDI_Copy_Surface.H
index 739bb4962..18b4f00f4 100644
--- a/src/drivers/GDI/Fl_GDI_Copy_Surface.H
+++ b/src/drivers/GDI/Fl_GDI_Copy_Surface.H
@@ -37,6 +37,7 @@ private:
void untranslate();
int w() {return width;}
int h() {return height;}
+ int printable_rect(int *w, int *h) {*w = width; *h = height; return 0;}
};
#endif /* Fl_GDI_Copy_Surface_h */