mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 17:08:01 +02:00
Fix sign extension bug on x86_64 system
Noted in libXxf86dga commit. Force base addr to be unsigned int.
This commit is contained in:
parent
916408f263
commit
2d2ceea793
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Bool XF86DGAQueryExtension(
|
|||
Status XF86DGAGetVideoLL(
|
||||
Display* /* dpy */,
|
||||
int /* screen */,
|
||||
int * /* base addr */,
|
||||
unsigned int * /* base addr */,
|
||||
int * /* width */,
|
||||
int * /* bank_size */,
|
||||
int * /* ram_size */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue