Hi,
How can I create an offscreen window of a desired UInt32 depth (say 1bpp),
where the depth is different from that of the display screen (say 2bpp).
Currently what I do is:
        UInt32 depth = 1;
        WinSetDrawWindow(WinGetDisplayWindow()); // Get the Display Screen Window
        WinScreenMode(winScreenModeSet, NULL, NULL, &depth, NULL);
        WinCreateOffscreenWindow(width, height, screenFormat, & error);


This works, but I get an annoying flash on the screen. Is there any way to
set the depth of the offscreen window to something that is different freom
the depth of the main window without this flicker?

Thanks,
Prashant


-- 
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