diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_mac.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_win32.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_x.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index a943fd46f..5c102e32e 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1973,7 +1973,7 @@ void Fl_Window::show() { } else { labeltype(FL_NO_LABEL); } - Fl_Tooltip::exit_(this); + Fl_Tooltip::exit(this); if (!shown() || !i) { Fl_X::make(this); } else { diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 3725b8dd7..ed0a41c34 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1513,7 +1513,7 @@ void Fl_Window::show() { } else { labeltype(FL_NO_LABEL); } - Fl_Tooltip::exit_(this); + Fl_Tooltip::exit(this); if (!shown()) { // if (can_boxcheat(box())) fl_background_pixel = fl_xpixel(color()); Fl_X::make(this); diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index b33c8bbb9..17775e225 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1330,7 +1330,7 @@ void Fl_Window::show() { } else { labeltype(FL_NO_LABEL); } - Fl_Tooltip::exit_(this); + Fl_Tooltip::exit(this); if (!shown()) { fl_open_display(); if (can_boxcheat(box())) fl_background_pixel = int(fl_xpixel(color())); |
