From ef50e095e79e0ecd7077633bf96d13f6ba8f737e Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Fri, 29 Jan 1999 07:52:21 +0000 Subject: Fixed buttons in the menubar git-svn-id: file:///fltk/svn/fltk/trunk@255 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_win32.cxx') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index ae6802edf..5bb70fbe5 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.25 1999/01/24 15:30:32 mike Exp $" +// "$Id: Fl_win32.cxx,v 1.26 1999/01/29 07:52:21 bill Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -641,7 +641,7 @@ Fl_X* Fl_X::make(Fl_Window* w) { case 2: style |= WS_THICKFRAME | WS_MAXIMIZEBOX | WS_CAPTION ; break; } if (by+bt) { - if (!w->modal()) style |= WS_SYSMENU | WS_MINIMIZEBOX; + if (!w->non_modal()) style |= WS_SYSMENU | WS_MINIMIZEBOX; wp += 2*bx; hp += 2*by+bt; } @@ -862,5 +862,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.25 1999/01/24 15:30:32 mike Exp $". +// End of "$Id: Fl_win32.cxx,v 1.26 1999/01/29 07:52:21 bill Exp $". // -- cgit v1.2.3