- MacOS: more keyboard handler fixes, mainly mapping of Mac specific

keys and iBook keys, several fixes to keyboard focus.

Happy Holidays!


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1894 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2001-12-22 07:16:12 +00:00
parent 1eb5acf22e
commit d0bdfe300d
9 changed files with 230 additions and 181 deletions
+2 -4
View File
@@ -126,12 +126,10 @@ OTHER STUFF
used for FLTK applications ('FLTK') and FLUID files
('Flid').
All applications should call exit(0) to terminate; otherwise
they may hang until killed.
Under MacOS X, all windows are double-buffered. Using
Fl_Window has the same effect as using Fl_Double_Window on
other operating systems.
other operating systems. However Fl_Overlay_Window uses one
additional buffer for the overlay plane.
FLTK 1.0.X FOR MAC