diff options
| author | Manolo Gouy <Manolo> | 2016-04-09 15:37:40 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-09 15:37:40 +0000 |
| commit | 3bc5be71a39bf2ed9d9937a4f60df61dd6d3a2b4 (patch) | |
| tree | 9a870734e9c2c067bab7f6eadd53ce08ccded0d5 /src/drivers/Posix/Fl_Posix_System_Driver.H | |
| parent | fe624b83fc6a817098a5ee49e6ceb329b71548d5 (diff) | |
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
Diffstat (limited to 'src/drivers/Posix/Fl_Posix_System_Driver.H')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index 7f95ede63..de7ab085f 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/src/drivers/Posix/Fl_Posix_System_Driver.H @@ -72,6 +72,7 @@ public: virtual int need_menu_handle_part2() {return 1;} virtual int need_menu_handle_part1_extra() {return 1;} virtual int open_uri(const char *uri, char *msg, int msglen); + virtual int use_tooltip_timeout_condition() {return 1;} }; #endif // FL_POSIX_SYSTEM_DRIVER_H |
