[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090707.git98c012f7-57-g9918e08

Thomas White taw at bitwiz.org.uk
Fri Jan 8 13:25:10 UTC 2010


The following commit has been merged in the master branch:
commit 15954340b4b7aaf6ab850c149c2f75c1555d9360
Author: Thomas White <taw at bitwiz.org.uk>
Date:   Sat Sep 19 23:47:34 2009 +0100

    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...

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 */

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list