Searched refs:fbbuf (Results 1 – 1 of 1) sorted by relevance
52 static unsigned short int *fbbuf; variable188 fbbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server()189 assert(fbbuf != NULL); in init_fb_server()394 c = (unsigned int *)fbbuf; /* -> compare framebuffer */ in update_screen()