Author: manolo
Date: 2010-07-01 09:52:47 -0700 (Thu, 01 Jul 2010)
New Revision: 7664
Log:
Removed obsolete Quickdraw information and Mac OS bugs


Modified:
   branches/branch-1.3/documentation/src/osissues.dox

Modified: branches/branch-1.3/documentation/src/osissues.dox
===================================================================
--- branches/branch-1.3/documentation/src/osissues.dox  2010-07-01 16:51:28 UTC 
(rev 7663)
+++ branches/branch-1.3/documentation/src/osissues.dox  2010-07-01 16:52:47 UTC 
(rev 7664)
@@ -707,19 +707,11 @@
 placed in the system menu bar (at top-left of display), and, on other 
platforms,
 at a user-chosen location of a user-chosen window.
 
-\subsection osissues_quickdraw Drawing Things Using QuickDraw
-
-When the virtual function Fl_Widget::draw() is
-called, FLTK has prepared the Window and CGrafPort for drawing.
-Clipping and offsets are prepared to allow correct subwindow
-drawing.
-
 \subsection osissues_quartz Drawing Things Using Quartz
 
-If the FLTK library was compiled using the configuration
-flag <tt>--enable-quartz</tt>, all code inside Fl_Widget::draw()
-is expected to call Quartz drawing functions instead of 
-QuickDraw. The Quartz coordinate system is flipped to match
+All code inside Fl_Widget::draw()
+is expected to call Quartz drawing functions. The Quartz coordinate system 
+is flipped to match
 FLTK's coordinate system. The origin for all drawing is in the top
 left corner of the enclosing Fl_Window.
 
@@ -759,19 +751,7 @@
 
 FLTK uses UNIX-style filenames and paths.
 
-\subsection osissues_macos_problems Known MacOS Bugs and Problems
 
-The following is a list of known bugs and problems in the
-MacOS version of FLTK:
-
-\li    Line styles are not well supported. This is due to
-       limitations in the QuickDraw interface.
-
-\li    Nested subwindows are not supported, i.e. you can
-       have a Fl_Window widget inside a Fl_Window, but not a
-       Fl_Window inside a Fl_Window inside a Fl_Window.
-
-
 \htmlonly
 <hr>
 <table summary="navigation bar" width="100%" border="0">

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

Reply via email to