summaryrefslogtreecommitdiff
path: root/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-31 17:25:18 +0000
committerManolo Gouy <Manolo>2016-03-31 17:25:18 +0000
commit2de2f5496820f91c81df65834eee268126086209 (patch)
tree1ee88071287b849a08467bee48f7c281b38d1bae /src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H
parentff83e355b09f07848257d8fef7a12705347955cc (diff)
Move the marked text support member functions from Fl_System_Driver to Fl_Screen_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11486 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H')
-rw-r--r--src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H
index ca9ef3ae6..ff0dcb062 100644
--- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H
+++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H
@@ -76,6 +76,9 @@ public:
virtual void repeat_timeout(double time, Fl_Timeout_Handler cb, void *argp);
virtual int has_timeout(Fl_Timeout_Handler cb, void *argp);
virtual void remove_timeout(Fl_Timeout_Handler cb, void *argp);
+ virtual int has_marked_text();
+ virtual void reset_marked_text();
+ virtual void insertion_point_location(int x, int y, int height);
};