Name
fbgen_get_var -- get user defined part of display
Synopsis
int fbgen_get_var
(struct fb_var_screeninfo * var, int con, struct fb_info * info);
Arguments
- var
fb_var_screeninfo structure
- con
virtual console number
- info
frame buffer info structure
Description
Get the user defined part of the display and place it into var
for virtual console con on device info.
Returns negative errno on error, or zero for success.