mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 21:50:15 +01:00
compile
This commit is contained in:
parent
d8a98454e3
commit
b6c7afe0b9
1 changed files with 1 additions and 1 deletions
|
|
@ -803,7 +803,7 @@ fbdevHWAdjustFrame(int scrnIndex, int x, int y, int flags)
|
|||
fPtr->var.xoffset = x;
|
||||
fPtr->var.yoffset = y;
|
||||
if (-1 == ioctl(fPtr->fd,FBIOPAN_DISPLAY,(void*)&fPtr->var))
|
||||
xf86DrvMsgVerb(scrnIndex, X_WARNING, 5
|
||||
xf86DrvMsgVerb(scrnIndex, X_WARNING, 5,
|
||||
"FBIOPAN_DISPLAY: %s\n", strerror(errno));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue