Searched refs:vncbuf (Results 1 – 1 of 1) sorted by relevance
51 static unsigned short int *vncbuf; variable183 vncbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server()184 assert(vncbuf != NULL); in init_fb_server()196 vncscr->frameBuffer = (char *)vncbuf; in init_fb_server()395 r = (unsigned int *)vncbuf; /* -> remote framebuffer */ in update_screen()