Module Name:    xsrc
Committed By:   christos
Date:           Tue Jan  1 05:29:40 UTC 2019

Modified Files:
        xsrc/external/mit/xf86-video-ati/dist/src: radeon.h theatre.h

Log Message:
add missing const


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-ati/dist/src/radeon.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    xsrc/external/mit/xf86-video-ati/dist/src/theatre.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/dist/src/radeon.h
diff -u xsrc/external/mit/xf86-video-ati/dist/src/radeon.h:1.2 xsrc/external/mit/xf86-video-ati/dist/src/radeon.h:1.3
--- xsrc/external/mit/xf86-video-ati/dist/src/radeon.h:1.2	Tue Aug 16 20:06:59 2016
+++ xsrc/external/mit/xf86-video-ati/dist/src/radeon.h	Tue Jan  1 00:29:40 2019
@@ -924,8 +924,8 @@ typedef struct {
     int               RageTheatreCompositePort;
     int               RageTheatreSVideoPort;
     int               tunerType;
-    char*             RageTheatreMicrocPath;
-    char*             RageTheatreMicrocType;
+    const char*       RageTheatreMicrocPath;
+    const char*       RageTheatreMicrocType;
     Bool              MM_TABLE_valid;
     struct {
     	uint8_t table_revision;

Index: xsrc/external/mit/xf86-video-ati/dist/src/theatre.h
diff -u xsrc/external/mit/xf86-video-ati/dist/src/theatre.h:1.1.1.1 xsrc/external/mit/xf86-video-ati/dist/src/theatre.h:1.2
--- xsrc/external/mit/xf86-video-ati/dist/src/theatre.h:1.1.1.1	Sat Aug  2 01:10:42 2008
+++ xsrc/external/mit/xf86-video-ati/dist/src/theatre.h	Tue Jan  1 00:29:40 2019
@@ -11,8 +11,8 @@ typedef struct {
 	 int      theatre_num;
 	 uint32_t theatre_id;
 	 int      mode;
-	 char*    microc_path;
-	 char*    microc_type;
+	 const char*    microc_path;
+	 const char*    microc_type;
 	 
 	 uint16_t video_decoder_type;
 	 uint32_t wStandard;

Reply via email to