From 3bc5be71a39bf2ed9d9937a4f60df61dd6d3a2b4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 9 Apr 2016 15:37:40 +0000 Subject: Rewrite Fl_Tooltip.cxx for the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11565 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_System_Driver.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FL') diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index c7dea05df..db0c1119f 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -118,6 +118,10 @@ public: virtual int need_menu_handle_part1_extra() {return 0;} // implement to support fl_open_uri() virtual int open_uri(const char *uri, char *msg, int msglen) {return 0;} + // the default implementation of use_tooltip_timeout_condition() may be enough + virtual int use_tooltip_timeout_condition() {return 0;} + // the default implementation of use_recent_tooltip_fix() may be enough + virtual int use_recent_tooltip_fix() {return 0;} }; #endif // FL_SYSTEM_DRIVER_H -- cgit v1.2.3