summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-10-29 20:20:54 +0000
committerLauri Kasanen <cand@gmx.com>2014-10-29 20:20:54 +0000
commit832a23ba63c9a4fb4a47fa5f9b0ee100790f842f (patch)
treef8a7ed5bd96c4331b262f4c0a8d00438f7444b90 /FL
parentfe74de572e8e72662f2724b92fe3da9f1692912f (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.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/x.H b/FL/x.H
index 012b56405..1d23eb1a6 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -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