From 17963c0475565be7019d73e3fc68cb8ee089e198 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 1 Dec 2010 23:12:06 +0000 Subject: Fix STR #2462. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7935 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tooltip.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FL') 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 -- cgit v1.2.3