Example #1
0
static void
GrSetGCGraphicsExposureWrapper(void *r)
{
	nxSetGCGraphicsExposureReq *req = r;
	GrSetGCGraphicsExposure(req->gcid, req->exposure);
}
Example #2
0
int
XSetGraphicsExposures(Display * display, GC gc, int graphics)
{
	GrSetGCGraphicsExposure(gc->gid, graphics);
	return 1;
}