summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 4fd93e474..9f0fadfe8 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1938,6 +1938,11 @@ void Fl::copy(const char *stuff, int len, int clipboard, const char *type) {
Fl::system_driver()->copy(stuff, len, clipboard, type);
}
+int Fl::clipboard_contains(const char *type)
+{
+ return Fl::system_driver()->clipboard_contains(type);
+}
+
//
// End of "$Id$".
//