fbgen_pan_display
Name
fbgen_pan_display -- pan or wrap the display
Synopsis
int fbgen_pan_display
(struct fb_var_screeninfo * var, int con, struct fb_info * info);
Arguments
var
frame buffer user defined part of display
con
virtual console number
info
frame buffer info structure
Description
Pan or wrap virtual console con
for device info
.
This call looks only at xoffset, yoffset and the
FB_VMODE_YWRAP flag in var
.
Returns negative errno on error, or zero for success.