drm_hwcomposer: Add blob property type
The blob property type doesn't use the values_ vector, instead
just storing the blob id directly in value_.
Change-Id: Ibde7c64cb7fe515ece9e9f396866de2da518707f
Signed-off-by: Sean Paul <seanpaul@chromium.org>
diff --git a/drmproperty.h b/drmproperty.h
index a60ade3..96e8c20 100644
--- a/drmproperty.h
+++ b/drmproperty.h
@@ -28,6 +28,7 @@
DRM_PROPERTY_TYPE_INT,
DRM_PROPERTY_TYPE_ENUM,
DRM_PROPERTY_TYPE_OBJECT,
+ DRM_PROPERTY_TYPE_BLOB,
DRM_PROPERTY_TYPE_INVALID,
};