Searched refs:g_owncolmap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c275 extern RD_BOOL g_owncolmap;
279 #define TRANSLATE(col) ( g_server_depth != 8 ? translate_colour(col) : g_owncolmap ? col : g_colmap[col] )
1741 g_owncolmap = False;
1764 g_owncolmap = True;
1888 if (!g_owncolmap)
2777 tdata = (g_owncolmap ? data : translate_image(width, height, data));
2809 tdata = (g_owncolmap ? data : translate_image(width, height, data));
3035 if (!g_owncolmap)
3133 if (!g_owncolmap)
3142 if (!g_owncolmap)
[all...]
H A Drdesktop.c125 RD_BOOL g_owncolmap = False; variable
778 g_owncolmap = True;

Completed in 193 milliseconds