https://bugs.freedesktop.org/show_bug.cgi?id=62112

          Priority: medium
            Bug ID: 62112
          Assignee: openchrome-devel@lists.freedesktop.org
           Summary: xf86-video-openchrome doesn't work with xorg 1.14
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: bugs.freedesktop....@hardfalcon.net
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Driver/openchrome
           Product: xorg

xf86-video-openchrome doesn't work with xorg 1.14
because of the formerly deprecated function miInitializeBackingStore() being
used  in line 1876 of src/via_driver.c :

http://cgit.freedesktop.org/openchrome/xf86-video-openchrome/tree/src/via_driver.c?id=a925749eb21ba9e2e58845bc91554a09f20322ca

miInitializeBackingStore() has been an empty function anyhow since november
2010, so the line in question can safely be removed:

http://cgit.freedesktop.org/xorg/xserver/commit/mi?id=c4c4676e6874b42c2371eee96faa2c2dbb59a704

I therefore propose the following patch:

diff -rup a/src/via_driver.c b/src/via_driver.c
--- a/src/via_driver.c    2013-03-10 16:11:57.614059200 +0100
+++ b/src/via_driver.c    2013-03-10 16:12:46.374062244 +0100
@@ -1873,7 +1873,6 @@ VIAScreenInit(SCREEN_INIT_ARGS_DECL)
     if (!pVia->NoAccel && !viaInitExa(pScreen))
         return FALSE;

-    miInitializeBackingStore(pScreen);
     xf86SetBackingStore(pScreen);
 #if 0
     xf86SetSilkenMouse(pScreen);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to