mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
compile
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user