summaryrefslogtreecommitdiff
path: root/src/radeon_dri2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_dri2.h')
-rw-r--r--src/radeon_dri2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_dri2.h b/src/radeon_dri2.h
index 899a6261..c391e739 100644
--- a/src/radeon_dri2.h
+++ b/src/radeon_dri2.h
@@ -30,7 +30,7 @@
struct radeon_dri2 {
int drm_fd;
Bool enabled;
- char device_name[64];
+ char *device_name;
};
#ifdef RADEON_DRI2