search for: green_max

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

2009 Mar 02
0
[PATCH 5 of 13] exploiting the new interface in vnc.c
...nt 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; VncReadEvent *read_handler; size_t read_handler_expect; @@ -351,10 +351,10 @@ { VncState *vs = ds->opaque; - x = MIN(x, vs->width); - y = MIN(y,...