Home
last modified time | relevance | path

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

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dglobal.h568 gboolean game_token_transparency; member
H A Dgame.c102 config->game_token_transparency = FALSE; in read_config_files()
H A Dload.c115 config->game_token_transparency = atoi( (gchar*)tmp ); in parse_file_config()
H A Dxmlparse.c821 if(config->game_token_transparency) in xmlparse_playerupdate()
H A Dinterface.c1359 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(CButton), config->game_token_transparency); in interface_create_config_panel()