mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 05:08:04 +02:00
Use unsigned long instead of u64 in drm_modeset_ctl_t
A bad idea, ABI-wise, but we're going to be changing this structure anyway before we merge upstream, so just fix the build for now.
This commit is contained in:
parent
00d6026557
commit
128a8f7ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ typedef enum {
|
|||
* \sa drmModesetCtl().
|
||||
*/
|
||||
typedef struct drm_modeset_ctl {
|
||||
u64 arg;
|
||||
unsigned long arg;
|
||||
drm_modeset_ctl_cmd_t cmd;
|
||||
} drm_modeset_ctl_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue