Searched refs:gui_ph_mouse_color (Results 1 – 1 of 1) sorted by relevance
58 static PgColor_t gui_ph_mouse_color = Pg_BLACK; variable1193 PtSetArg(&args[ n++ ], Pt_ARG_CURSOR_COLOR, gui_ph_mouse_color, 0); in gui_mch_init()1969 color_diff = gui_get_lightness(gui_ph_mouse_color) in gui_mch_new_colors()1976 r = PgRedValue(gui_ph_mouse_color) ^ 255; in gui_mch_new_colors()1977 g = PgGreenValue(gui_ph_mouse_color) ^ 255; in gui_mch_new_colors()1978 b = PgBlueValue(gui_ph_mouse_color) ^ 255; in gui_mch_new_colors()1981 gui_ph_mouse_color = PgRGB(r, g, b); in gui_mch_new_colors()1983 gui_ph_mouse_color, 0); in gui_mch_new_colors()