aboutsummaryrefslogtreecommitdiff
path: root/libdrm/xf86drmMode.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-05 15:15:13 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-05 15:15:13 +0000
commit5997e10ca75ac87fd54b3bc0035938e1a9ad7929 (patch)
treebe9b48cf09c9dad12bb489a094cb782ad393f5a0 /libdrm/xf86drmMode.h
parent7af1bb874d9b8b1b8760ad200cee587c41c23434 (diff)
consistency
Diffstat (limited to 'libdrm/xf86drmMode.h')
-rw-r--r--libdrm/xf86drmMode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/xf86drmMode.h b/libdrm/xf86drmMode.h
index f5b3337c..e878c40a 100644
--- a/libdrm/xf86drmMode.h
+++ b/libdrm/xf86drmMode.h
@@ -78,7 +78,7 @@ typedef struct _drmModePropertyBlob {
typedef struct _drmModeProperty {
unsigned int prop_id;
unsigned int flags;
- unsigned char name[DRM_PROP_NAME_LEN];
+ char name[DRM_PROP_NAME_LEN];
int count_values;
uint64_t *values; // store the blob lengths
int count_enums;