fbgen_update_var

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' structure) on virtual console con for device info. This function is called by fbcon.c.

Returns negative errno on error, or zero for success.