Index: src_plugins/hid_lesstif/main.c =================================================================== --- src_plugins/hid_lesstif/main.c (revision 27855) +++ src_plugins/hid_lesstif/main.c (revision 27856) @@ -1197,7 +1197,7 @@ if (!crosshair_in_window || !window) return; if (xor_gc == 0) { - crosshair_color = lesstif_parse_color(&conf_core.appearance.color.crosshair) ^ bgcolor; + crosshair_color = lesstif_parse_color(&pcbhl_conf.appearance.color.cross); xor_gc = XCreateGC(display, window, 0, 0); XSetFunction(display, xor_gc, GXxor); XSetForeground(display, xor_gc, crosshair_color);