Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

gf_context_disable_planemask()

Disable the current planemask

Synopsis:

#include <gf/gf.h>

void gf_context_disable_planemask(
        gf_context_t context );

Arguments:

context
The graphics context to disable the planemask for.

Library:

gf

Description:

This function disables the planemask for subsequent draw operations for a draw context.


Note: To reenable the planemask, use gf_context_set_planemask().

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_set_planemask()