summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw
diff options
context:
space:
mode:
authorLars Knoll <lars@trolltech.com>2005-06-29 15:19:14 +0000
committerLars Knoll <lars@trolltech.com>2005-06-29 15:19:14 +0000
commitb6c7afe0b9faed7025c70334d464fd75ce5c84c4 (patch)
tree2163d9d694700503e5bd05e5216a43e2a0915257 /hw/xfree86/fbdevhw
parentd8a98454e305973dd7fec76db2ef80705cf7c298 (diff)
compile
Diffstat (limited to 'hw/xfree86/fbdevhw')
-rw-r--r--hw/xfree86/fbdevhw/fbdevhw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/fbdevhw/fbdevhw.c b/hw/xfree86/fbdevhw/fbdevhw.c
index e10856c35..79ace00e1 100644
--- a/hw/xfree86/fbdevhw/fbdevhw.c
+++ b/hw/xfree86/fbdevhw/fbdevhw.c
@@ -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));
}