summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-15 14:32:13 +0000
committerManolo Gouy <Manolo>2016-04-15 14:32:13 +0000
commitd683841f9f1932f871862096619cff486272528e (patch)
tree1b8aeba9351e56612553b95e13c18f6637e228eb /src/drivers/Darwin
parent7508a033c508bb05b315bcb701941f35f8f9a764 (diff)
Move the platform-dependent implementations of Fl::paste() to the Fl_System_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11615 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Darwin')
-rw-r--r--src/drivers/Darwin/Fl_Darwin_System_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H
index 9f9f7f5b0..43aef846f 100644
--- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H
+++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H
@@ -70,6 +70,7 @@ public:
virtual int tree_connector_style();
virtual const char *filename_name(const char *buf);
virtual void copy(const char *stuff, int len, int clipboard, const char *type);
+ virtual void paste(Fl_Widget &receiver, int clipboard, const char *type);
};
#endif // FL_DARWIN_SYSTEM_DRIVER_H