From 832a23ba63c9a4fb4a47fa5f9b0ee100790f842f Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 29 Oct 2014 20:20:54 +0000 Subject: Export fl_copy_offscreen git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10411 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/x.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3