search for: write_pixel

Displaying 1 result from an estimated 1 matches for "write_pixel".

Did you mean: write_pixels
2009 Mar 02
0
[PATCH 5 of 13] exploiting the new interface in vnc.c
...sted; /* the client requested an update */ uint8_t *old_data; - int depth; /* internal VNC frame buffer byte per pixel */ int has_resize; int has_hextile; int has_pointer_type_change; @@ -214,10 +217,7 @@ /* current output mode information */ VncWritePixels *write_pixels; VncSendHextileTile *send_hextile_tile; - int pix_bpp, pix_big_endian; - int red_shift, red_max, red_shift1, red_max1; - int green_shift, green_max, green_shift1, green_max1; - int blue_shift, blue_max, blue_shift1, blue_max1; + DisplaySurface clientds, serverds; VncRead...