|
|
#include "nfbWinStr.h"void xxxSetClipRegions ( BoxPtr pbox, int nbox, DrawablePtr pDraw);
pbox
nbox
series of
BoxRec(D4nfb)
structures
that contain the areas to which the clip must be set.
pbox
supplies coordinates for the clip regions to be set.
nbox
pbox
elements.
If your hardware only supports one clip rectangle,
then only one rectangle will be passed to this routine.
If nbox
is equal to zero,
the clip rectangle is reset
to its default size for the full screen.
this value will be less than or equal to
the clip_count
value in the
nfbScrnPriv(D4nfb)
structure.
pDraw
pDraw->pScreen
.
Your screen private is connected to the bottom of ScreenRec.