summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 6d62af6a..1f49cbb0 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -968,7 +968,11 @@ struct drm_gem_alloc {
* The (page-aligned) allocated size for the object will be returned.
*/
uint32_t size;
- /** Returned handle for the object. */
+ /**
+ * Returned handle for the object.
+ *
+ * Object handles are nonzero.
+ */
uint32_t handle;
};