aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-core/drm_mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h
index b0170c5..3bc74e8 100644
--- a/shared-core/drm_mode.h
+++ b/shared-core/drm_mode.h
@@ -186,6 +186,8 @@ struct drm_mode_get_connector {
__u32 connection;
__u32 mm_width, mm_height; /**< HxW in millimeters */
__u32 subpixel;
+
+ __u32 pad;
};
#define DRM_MODE_PROP_PENDING (1<<0)