diff options
| author | Manolo Gouy <Manolo> | 2016-03-02 12:36:37 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-02 12:36:37 +0000 |
| commit | 39fdbecd1656ad10f76fe994824001ef94355ad4 (patch) | |
| tree | 2ba00bbcbe19f8ad22e0ede38c16c9c259b0895d /src/drivers/Xlib/Fl_Xlib_Copy_Surface.H | |
| parent | df94673b6136b83b517cf360865791006d9311dc (diff) | |
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
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Copy_Surface.H')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Copy_Surface.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Copy_Surface.H b/src/drivers/Xlib/Fl_Xlib_Copy_Surface.H index 8d0bae211..fc76c4508 100644 --- a/src/drivers/Xlib/Fl_Xlib_Copy_Surface.H +++ b/src/drivers/Xlib/Fl_Xlib_Copy_Surface.H @@ -39,6 +39,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_Xlib_Copy_Surface_h */ |
