summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-31 06:47:15 +0000
committerManolo Gouy <Manolo>2016-03-31 06:47:15 +0000
commit3ca402b609deca8872bab22e379a4131e3ba41ba (patch)
treeaa9cf837886b3b25b2e5a61f42d0b87301ce8b0f /FL/x.H
parent059664e7d4c6230b4fe799bd01bc6e630835c05c (diff)
Continue removing platform-dependent code from the Fl.H header file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11483 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/x.H b/FL/x.H
index c47d78e78..64d444045 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -140,6 +140,7 @@ public:
static int ewmh_supported();
static int xrender_supported();
static void activate_window(Window w);
+ static void copy_image(const unsigned char* data, int W, int H, int destination = 0);
};
extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid()