summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-core/drm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index b177dfe5..6f93618a 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -887,11 +887,11 @@ struct drm_mode_get_blob {
};
struct drm_mode_fb_cmd {
- unsigned int buffer_id;
- unsigned int width, height;
- unsigned int pitch;
- unsigned int bpp;
- unsigned int handle;
+ unsigned int buffer_id;
+ unsigned int width, height;
+ unsigned int pitch;
+ unsigned int bpp;
+ unsigned int handle;
unsigned int depth;
};