Home | History | Annotate | Download | only in qemu

Lines Matching refs:vnc_write_pixels_generic

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