예제 #1
0
파일: vrx.c 프로젝트: eriytt/xserver-xsdl
Bool
fakeCreateColormap (ColormapPtr pmap)
{
	return fbInitializeColormap (pmap);
}
예제 #2
0
Bool
ephyrCreateColormap(ColormapPtr pmap)
{
    return fbInitializeColormap(pmap);
}