DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

ValidateWindowPriv(D3nfb)


ValidateWindowPriv -- NFB routine to set up and validate nfbWinOps(D4nfb) structure

Synopsis

#include "nfbWinStr.h"

void xxxValidateWindowPriv Window Ptr pWin;

Description

ValidateWindowPriv( ) sets up the nfbWinOps(D4nfb) structure based on the visual type and depth.

Arguments


pWin
pointer to the WindowRec(D4nfb) structure

Exit codes

None

Usage

This routine is optional. This can be used for hardware that supports windows with different depths. It is not needed in most implementations.

If you are supporting multiple depths or visuals, you have to test for the visual type and depth, and set the ops member of the nfbScrnPriv(D4nfb) structure to point to the appropriate ops structure.

Version applicability

This function is supported for NFB drivers on all releases of SCO OpenServer 5, SVR5, and AIX 5L.

Source files


Defined in
nfbScrnPriv(D4nfb)

References

nfbScrnPriv(D4nfb), nfbWinOps(D4nfb), ValidateWindowGC(D3nfb)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005