Author: bgbnbigben
Date: 2011-11-08 14:34:46 -0800 (Tue, 08 Nov 2011)
New Revision: 9168
Log:
un-#error'd the ShapedWindow for mac. Hoping nobody forgets about it and it 
gets implemented at some stage.


Modified:
   branches/branch-3.0/src/fltk3/ShapedWindow.cxx

Modified: branches/branch-3.0/src/fltk3/ShapedWindow.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/ShapedWindow.cxx      2011-11-08 08:00:34 UTC 
(rev 9167)
+++ branches/branch-3.0/src/fltk3/ShapedWindow.cxx      2011-11-08 22:34:46 UTC 
(rev 9168)
@@ -137,7 +137,7 @@
 
 }
 #elif defined(__APPLE__)
-# error I have no idea what to do here. Perhaps one of the more mac-knowing 
dev.s does?
+//# error I have no idea what to do here. Perhaps one of the more mac-knowing 
dev.s does?
 #endif
 
 namespace {
@@ -170,7 +170,7 @@
 #elif defined(__APPLE__)
     // not yet implemented for Apple
     // see earlier #error
-#error Not implemented!
+//#error Not implemented!
 #else 
     // any other window managers that FLTK3 supports will be added here
 #endif

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to