I have changed the code in os.c to make it handle new OS versions better. Instead of only initialize specific features for the "found" OS version it will initialize *all* features up to (and including) the found version. This means that if e.g. a viewer that is built today would be run on a PalmOS 6 device in the future it will support all OS2 - OS5 features, i.e. it won't use OS2 as the default any longer...
I also moved some OS dependant code from fullscreenform.c and image.c and added an option to disable the "Back" button and arrows in the fullscreen form (the back button is still available but not visible; if you tap in the lower left corner it will appear, though.) /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
