diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Tooltip.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index f6f04979c..9b039aee9 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -83,6 +83,10 @@ public: static Fl_Color textcolor() { return textcolor_; } /** Sets the color of the text in the tooltip. The default is black. */ static void textcolor(Fl_Color c) { textcolor_ = c; } +#ifdef __APPLE__ + // the unique tooltip window + static Fl_Window* current_window(void); +#endif // These should not be public, but Fl_Widget::tooltip() needs them... // fabien: made it private with only a friend function access |
