diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-30 12:26:33 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-30 12:26:33 +0000 |
| commit | 2779ff9099ed5b2805d1e8d247594d4b019eed05 (patch) | |
| tree | 760aece66f82a62b8b0cc4c10b85e8527cf4651f /src | |
| parent | c93fd7402106f71b0d61997f5e444d0435c9f370 (diff) | |
WIN32 project file fixes.
Tooltip window fix.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 4845efd91..fbc80efb9 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.37.2.28 2002/04/29 20:18:01 easysw Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.37.2.29 2002/04/30 12:26:33 easysw Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -977,7 +977,7 @@ Fl_X* Fl_X::make(Fl_Window* w) { switch (fake_X_wm(w, xwm, ywm, bt, bx, by)) { // No border (used for menus) case 0: style |= WS_POPUP; - styleEx != WS_EX_TOOLWINDOW; + styleEx |= WS_EX_TOOLWINDOW; break; // Thin border and title bar @@ -1181,5 +1181,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.28 2002/04/29 20:18:01 easysw Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.29 2002/04/30 12:26:33 easysw Exp $". // |
