consistency
parent
7af1bb874d
commit
5997e10ca7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue