Searched defs:TRANSLATE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c279 #define TRANSLATE(col) ( g_server_depth != 8 ? translate_colour(col) : g_owncolmap ? col : g_colmap[col] ) macro
280 #define SET_FOREGROUND(col) XSetForeground(g_display, g_gc, TRANSLATE(col));
281 #define SET_BACKGROUND(col) XSetBackground(g_display, g_gc, TRANSLATE(col));

Completed in 55 milliseconds