diff options
Diffstat (limited to 'xf86drmMode.h')
-rw-r--r-- | xf86drmMode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86drmMode.h b/xf86drmMode.h index f8a817cd..5bc60ee0 100644 --- a/xf86drmMode.h +++ b/xf86drmMode.h @@ -218,11 +218,11 @@ typedef struct _drmModeProperty { uint32_t flags; char name[DRM_PROP_NAME_LEN]; int count_values; - uint64_t *values; // store the blob lengths + uint64_t *values; /* store the blob lengths */ int count_enums; struct drm_mode_property_enum *enums; int count_blobs; - uint32_t *blob_ids; // store the blob IDs + uint32_t *blob_ids; /* store the blob IDs */ } drmModePropertyRes, *drmModePropertyPtr; typedef struct _drmModeCrtc { |