summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index a5330b28..621b201c 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -970,6 +970,7 @@ struct drm_mode_fb_cmd {
unsigned int pitch;
unsigned int bpp;
unsigned int handle;
+ unsigned int depth;
};
/**