xf86-video-intel: src/legacy/i810

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 10 14:59:53 UTC 2020


 src/legacy/i810/i810.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 652d93cbbdc159c0883f1b626ea48e28bac63ae3
Author: Hanno Böck <hanno at gentoo.org>
Date:   Sun Feb 2 14:18:39 2020 +0100

    i810: Avoid duplicate definition of I810PatternROP
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/legacy/i810/i810.h b/src/legacy/i810/i810.h
index 347188c9..19be049c 100644
--- a/src/legacy/i810/i810.h
+++ b/src/legacy/i810/i810.h
@@ -322,6 +322,6 @@ extern void I810InitMC(ScreenPtr pScreen);
 extern const OptionInfoRec *I810AvailableOptions(int chipid, int busid);
 
 extern const int I810CopyROP[16];
-const int I810PatternROP[16];
+extern const int I810PatternROP[16];
 
 #endif /* _I810_H_ */


More information about the xorg-commit mailing list