diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-06-14 11:01:03 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-06-14 11:01:03 +0000 |
| commit | 27e5b81fd4ac20d2b7355a1a6a638f6bd93deb4f (patch) | |
| tree | 7d75167bd622db8158f9663f92a8539b1469ab51 /src/Fl_x.cxx | |
| parent | c468a521b012b87914030a45f0fdced1be87de67 (diff) | |
Changed Tooltip::exit_() to Tooltip::exit()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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())); |
