I am using this code...

UInt32 depthMask, depth;

WinScreenMode (winScreenModeGetSupportedDepths, 0, 0, &depthMask, 0);
depth=0;
while (depthMask)
{
        depth = depth + 1;
        depthMask = depthMask >> 1;
};
WinScreenMode ( winScreenModeSet, 0, 0, &depth, 0);

I am running a IIIC rom. The depth it returns is 4. Shouldn't it be 8? I am
missing something?

tia
Ralph Krausse
Expo International, Inc.
110 Shawmut Road
Canton, MA 02021
telephone (781) 821-6653
www.expo-intl.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to