consistency

main
Alan Hourihane 2008-02-05 15:15:13 +00:00
parent 7af1bb874d
commit 5997e10ca7
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ typedef struct _drmModePropertyBlob {
typedef struct _drmModeProperty { typedef struct _drmModeProperty {
unsigned int prop_id; unsigned int prop_id;
unsigned int flags; unsigned int flags;
unsigned char name[DRM_PROP_NAME_LEN]; char name[DRM_PROP_NAME_LEN];
int count_values; int count_values;
uint64_t *values; // store the blob lengths uint64_t *values; // store the blob lengths
int count_enums; int count_enums;