aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/common/dgaproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xfree86/common/dgaproc.h')
-rw-r--r--xorg-server/hw/xfree86/common/dgaproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xfree86/common/dgaproc.h b/xorg-server/hw/xfree86/common/dgaproc.h
index e824d3094..87e923f26 100644
--- a/xorg-server/hw/xfree86/common/dgaproc.h
+++ b/xorg-server/hw/xfree86/common/dgaproc.h
@@ -24,7 +24,7 @@
typedef struct {
int num; /* A unique identifier for the mode (num > 0) */
- char *name; /* name of mode given in the XF86Config */
+ const char *name; /* name of mode given in the XF86Config */
int VSync_num;
int VSync_den;
int flags; /* DGA_CONCURRENT_ACCESS, etc... */