fbvncserver.c | 46 static struct fb_var_screeninfo scrinfo; variable in typeref:struct:fb_var_screeninfo 94 if (ioctl(fbfd, FBIOGET_VSCREENINFO, &scrinfo) != 0) 100 pixels = scrinfo.xres * scrinfo.yres; 101 bytespp = scrinfo.bits_per_pixel / 8; 104 (int)scrinfo.xres, (int)scrinfo.yres, 105 (int)scrinfo.xres_virtual, (int)scrinfo.yres_virtual, 106 (int)scrinfo.xoffset, (int)scrinfo.yoffset [all...] |