fbgen_pan_display(9)
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.