summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-15 14:49:46 +0000
committerManolo Gouy <Manolo>2016-04-15 14:49:46 +0000
commitb1f8f3e2aa377e5ef15f47a36f159b8f48cc5cef (patch)
tree98e955d94082c4d1278aa7264b774780882fbaa8 /src/Fl_x.cxx
parentd683841f9f1932f871862096619cff486272528e (diff)
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
Diffstat (limited to 'src/Fl_x.cxx')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 8adc37999..b6672b269 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -828,7 +828,7 @@ void Fl_X11_System_Driver::paste(Fl_Widget &receiver, int clipboard, const char
fl_xid(Fl::first_window()), fl_event_time);
}
-int Fl::clipboard_contains(const char *type)
+int Fl_X11_System_Driver::clipboard_contains(const char *type)
{
XEvent event;
Atom actual; int format; unsigned long count, remaining, i = 0;