diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:20:54 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:20:54 +0000 |
| commit | 832a23ba63c9a4fb4a47fa5f9b0ee100790f842f (patch) | |
| tree | f8a7ed5bd96c4331b262f4c0a8d00438f7444b90 /FL | |
| parent | fe74de572e8e72662f2724b92fe3da9f1692912f (diff) | |
Export fl_copy_offscreen
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10411 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/x.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ typedef ulong Fl_Offscreen; # define fl_end_offscreen() \ fl_pop_clip(); fl_window = _sw; _ss->set_current() -extern void fl_copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy); +extern FL_EXPORT void fl_copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy); # define fl_delete_offscreen(pixmap) XFreePixmap(fl_display, pixmap) // Bitmap masks |
