Home | History | Annotate | Download | only in qemu

Lines Matching refs:vnc_write_pixels_generic

440 static void vnc_write_pixels_generic(VncState *vs, void *pixels1, int size)
469 fprintf(stderr, "vnc_write_pixels_generic: VncState color depth not supported\n");
1603 vs->write_pixels = vnc_write_pixels_generic;