.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "XXXFB_PAN_DISPLAY" "" "06 October 2005" "" "" .SH NAME xxxfb_pan_display \- NOT a required function. Pans the display. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int xxxfb_pan_display (struct fb_var_screeninfo * \fIvar\fB, const struct fb_info * \fIinfo\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvar\fB\fR frame buffer variable screen structure .TP \fB\fIinfo\fB\fR frame buffer structure that represents a single frame buffer .SH "DESCRIPTION" .PP Pan (or wrap, depending on the `vmode' field) the display using the `xoffset' and `yoffset' fields of the `var' structure. If the values don't fit, return -EINVAL. .PP Returns negative errno on error, or zero on success.