summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-06-14 11:01:03 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-06-14 11:01:03 +0000
commit27e5b81fd4ac20d2b7355a1a6a638f6bd93deb4f (patch)
tree7d75167bd622db8158f9663f92a8539b1469ab51
parentc468a521b012b87914030a45f0fdced1be87de67 (diff)
Changed Tooltip::exit_() to Tooltip::exit()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_mac.cxx2
-rw-r--r--src/Fl_win32.cxx2
-rw-r--r--src/Fl_x.cxx2
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()));