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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 3b4b242e..8b504cb8 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -1140,13 +1140,13 @@ struct drm_gem_open {
struct drm_event {
uint32_t type;
uint32_t length;
- uint64_t user_data;
};
#define DRM_EVENT_MODE_PAGE_FLIP 0x01
struct drm_event_page_flip {
struct drm_event base;
+ uint64_t user_data;
uint32_t tv_sec;
uint32_t tv_usec;
uint32_t frame;