mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 09:38:04 +02:00
consistency
This commit is contained in:
parent
7af1bb874d
commit
5997e10ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue