At 1:50 PM +0100 18-04-00, McCollister, Mike wrote:
>I know how to set the screen depth for my application, but how do I set it
>for all applications?
FtrSet(sysFtrCreator, sysFtrNumDisplayDepth, newDefaultDepth);
This won't take effect until the next time WinScreenMode (aka
ScrDisplayMode) is used to set to the default depth. Typically this
happens when you switch apps, but you can make it happen sooner by calling:
WinScreenMode(winScreenModeSetToDefaults, NULL, NULL, NULL, NULL);
(aka ScrDisplayMode, scrDisplayModeSetToDefaults)
--Bob
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html