On Fri, 9 Apr 1999, Aaron Ardiri wrote:
> hej!
>
> boy.. did i screw up! ? :(
>
> ok.. i sat back and had a serious redesign of the Cube3D
> application - started using the -Wall option - cleaned up
> all data types etc.
>
> if i do this:
>
> scrnBuffer = WinGetDrawWindow();
> backBuffer = WinCreateOffscreenWindow();
>
Remove the call to WinInitializeWindow:
#if 0
if (backBuffer != NULL)
WinInitializeWindow(backBuffer);
#endif
(Palm should really document when these calls are or aren't necessary).