コード例 #1
0
ファイル: srvnet.c プロジェクト: koujinogaku/helloos
static void
GrSetGCGraphicsExposureWrapper(void *r)
{
	nxSetGCGraphicsExposureReq *req = r;
	GrSetGCGraphicsExposure(req->gcid, req->exposure);
}
コード例 #2
0
ファイル: CrGC.c プロジェクト: ghaerr/microwindows
int
XSetGraphicsExposures(Display * display, GC gc, int graphics)
{
	GrSetGCGraphicsExposure(gc->gid, graphics);
	return 1;
}