From 15954340b4b7aaf6ab850c149c2f75c1555d9360 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 19 Sep 2009 23:47:34 +0100 Subject: Remove RAC stuff RAC is no longer used in recent versions of X.org, so remove it. Please let me know if this breaks things with less cutting-edge versions... --- src/glamo-driver.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/glamo-driver.c b/src/glamo-driver.c index 0a42eb3..4dd9a9c 100644 --- a/src/glamo-driver.c +++ b/src/glamo-driver.c @@ -23,9 +23,6 @@ /* for visuals */ #include "fb.h" -#include "xf86Resources.h" -#include "xf86RAC.h" - #include "fbdevhw.h" #include "xf86xv.h" @@ -360,10 +357,6 @@ GlamoPreInit(ScrnInfoPtr pScrn, int flags) pGlamo->pEnt = xf86GetEntityInfo(pScrn->entityList[0]); - pScrn->racMemFlags = RAC_FB | RAC_CURSOR | RAC_VIEWPORT; - /* XXX Is this right? Can probably remove RAC_FB */ - pScrn->racIoFlags = RAC_FB | RAC_CURSOR | RAC_VIEWPORT; - fb_device = xf86FindOptionValue(pGlamo->pEnt->device->options, "Device"); /* open device */ -- cgit v1.2.3