fbgen_update_var(9)
NAME
fbgen_update_var - update user defined part of display
SYNOPSIS
int fbgen_update_var (int con, struct fb_info *info);
ARGUMENTS
con virtual console number
info frame buffer info structure
DESCRIPTION
Updates the user defined part of the display ('var' struc
ture) on virtual console con for device info. This func
tion is called by fbcon.c.
- Returns negative errno on error, or zero for success.