mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
s/unsigned long/drm_handle_t/ to get compilation of fb driver to work
This commit is contained in:
parent
26bb7bc025
commit
a01cb26a90
1 changed files with 2 additions and 2 deletions
|
|
@ -87,9 +87,9 @@ typedef struct DRIDriverContextRec {
|
|||
* the initial handshaking.
|
||||
*/
|
||||
struct {
|
||||
unsigned long hSAREA;
|
||||
drm_handle_t hSAREA;
|
||||
int SAREASize;
|
||||
unsigned long hFrameBuffer;
|
||||
drm_handle_t hFrameBuffer;
|
||||
int fbOrigin;
|
||||
int fbSize;
|
||||
int fbStride;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue