Home
last modified time | relevance | path

Searched refs:use_bgr_palette_hack (Results 1 – 1 of 1) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxwin.c159 static int use_bgr_palette_hack = FALSE; /* use BGR hack for color conversion palette? */ variable
1469 use_bgr_palette_hack = TRUE; in _xwin_private_hack_shifts()
1501 use_bgr_palette_hack = FALSE; /* make sure this is initialized */ in _xwin_private_colorconv_usable()
2177 if (use_bgr_palette_hack && (from >= 0) && (to < 256)) { in _xwin_private_set_palette_range()