mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 13:38:04 +02:00
drm: make handles 32-bits again not sure why they changed
This commit is contained in:
parent
34a3ebffc3
commit
389b7617b5
1 changed files with 2 additions and 2 deletions
|
|
@ -220,9 +220,9 @@ struct drm_mode_fb_cmd {
|
|||
uint32_t width, height;
|
||||
uint32_t pitch;
|
||||
uint32_t bpp;
|
||||
uint32_t handle;
|
||||
uint32_t depth;
|
||||
|
||||
uint64_t handle;
|
||||
};
|
||||
|
||||
struct drm_mode_mode_cmd {
|
||||
|
|
@ -255,7 +255,7 @@ struct drm_mode_cursor {
|
|||
uint32_t width;
|
||||
uint32_t height;
|
||||
/* driver specific handle */
|
||||
uint64_t handle;
|
||||
uint32_t handle;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue