From 0321627691afc62288cd25495b19fb510becf2d9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 2 Jan 2006 13:37:56 +0000 Subject: 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 --- src/Fl_mac.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index 606570b69..6c3bb83d6 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -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; -- cgit v1.2.3