2
2
#define CONCAT(a, b) CONCAT_I(a, b)
3
3
#define pixel_t CONCAT(uint, CONCAT(BPP, _t))
10
10
static void CONCAT(send_hextile_tile_, NAME)(VncState *vs,
11
11
int x, int y, int w, int h,
14
14
int *has_bg, int *has_fg)
17
18
pixel_t *irow = (pixel_t *)row;