Contents

NSWindow.BackingStoreType.nonretained

The window draws directly to the screen without using any buffer.

Declaration

case nonretained

Discussion

You should not use this mode. It exists primarily for use in the original Classic Blue Box. It does not support Quartz drawing, alpha blending, or opacity. Moreover, it does not support hardware acceleration, and interferes with system-wide display acceleration. If you use this mode, your application must manage visibility region clipping itself, and manage repainting on visibility changes.

See Also

Constants