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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index da149dca..52b01cd1 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -565,8 +565,8 @@ union drm_wait_vblank {
* \sa drmModesetCtl().
*/
struct drm_modeset_ctl {
- unsigned long arg;
- int cmd;
+ uint32_t crtc;
+ uint32_t cmd;
};
/**