.TH "fbgen_pan_display" 9 "fbgen_pan_display" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbgen_pan_display \- pan or wrap the display .SH SYNOPSIS .B "int" fbgen_pan_display .BI "(struct fb_var_screeninfo *" var "," .BI "int " con "," .BI "struct fb_info *" info ");" .SH ARGUMENTS .IP "var" 12 frame buffer user defined part of display .IP "con" 12 virtual console number .IP "info" 12 frame buffer info structure .SH "DESCRIPTION" Pan or wrap virtual console \fIcon\fP for device \fIinfo\fP. This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag in \fIvar\fP. Returns negative errno on error, or zero for success.