mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Use "512" in place of kWindowNoTitleBarAttribute, as that constant was
only introduced in MacOS X 10.4! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4734 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -1735,7 +1735,7 @@ void Fl_X::make(Fl_Window* w)
|
||||
winclass = kHelpWindowClass;
|
||||
winattr = 0;
|
||||
} else {
|
||||
winattr = kWindowNoTitleBarAttribute;
|
||||
winattr = 512; // kWindowNoTitleBarAttribute;
|
||||
}
|
||||
} else if (w->modal()) {
|
||||
winclass = kMovableModalWindowClass;
|
||||
|
||||
Reference in New Issue
Block a user