From b1f8f3e2aa377e5ef15f47a36f159b8f48cc5cef Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 15 Apr 2016 14:49:46 +0000 Subject: Move platform-dependent implementations of Fl::clipboard_contains() to the Fl_System_Driver class git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11616 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Fl.cxx') 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$". // -- cgit v1.2.3