summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-09-19 23:47:34 +0100
committerThomas White <taw@bitwiz.org.uk>2009-09-19 23:47:34 +0100
commit15954340b4b7aaf6ab850c149c2f75c1555d9360 (patch)
tree247bbc4740f0a7836b2fd84996b6fb3c6904484b
parent98c012f74d8435ca444eccb65f729460039b8d25 (diff)
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...
-rw-r--r--src/glamo-driver.c7
1 files changed, 0 insertions, 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 */