mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 19:00:08 +01:00
xfree86: Hurd fix
I hadn't paid attention that the parameters order had changed, here is a trivial patch, please apply. Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
fb7938315b
commit
78ad6ca9a9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
* Video Memory Mapping section
|
||||
***************************************************************************/
|
||||
static pointer
|
||||
mapVidMem(int ScreenNum,int Flags, unsigned long Base, unsigned long Size)
|
||||
mapVidMem(int ScreenNum, unsigned long Base, unsigned long Size, int Flags)
|
||||
{
|
||||
mach_port_t device,iopl_dev;
|
||||
memory_object_t iopl_mem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue