Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_industries.cpp148 …if (i->type == ind_index && i != current && (i->selected_layout == layout_filter || layout_filter … in GetCountAndDistanceOfClosestInstance()
174 case 0x86: return this->industry->selected_layout; in GetVariable()
231 case 0x44: return this->industry->selected_layout; in GetVariable()
547 ind.selected_layout = (byte)layout; in CheckIfCallBackAllowsCreation()
H A Dindustry.h98 byte selected_layout; ///< Which tile layout was used when creating the industry member
H A Dindustry_cmd.cpp1771 i->selected_layout = (byte)(layout_index + 1); in DoCreateNewIndustry()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_xkb.c402 eina_stringshare_replace(&e_config->xkb.selected_layout, cl->name); in e_xkb_layout_next()
425 eina_stringshare_replace(&e_config->xkb.selected_layout, cl->name); in e_xkb_layout_prev()
468 eina_stringshare_replace(&e_config->xkb.selected_layout, cl->name); in e_xkb_layout_set()
H A De_config.h433 const char *selected_layout; // whatever the current layout that the user has selected is member
H A De_config.c797 E_CONFIG_VAL(D, T, xkb.selected_layout, STR); in _e_config_edd_init()
1168 … if (e_config->xkb.cur_layout || e_config->xkb.selected_layout || e_config->xkb.desklock_layout) in e_config_load()
1174 if (cl->name == e_config->xkb.selected_layout) in e_config_load()
1179 ((!!e_config->xkb.sel_layout) == (!!e_config->xkb.selected_layout)) && in e_config_load()
2552 eina_stringshare_del(ecf->xkb.selected_layout); in _e_config_free()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dindustry_sl.cpp66 …SLE_CONDVAR(Industry, selected_layout, SLE_UINT8, SLV_73, SL_MAX_VERSIO…
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/xkbswitch/
H A De_mod_config.c409 if (e_config->xkb.selected_layout == cl->name) in _basic_apply()
415 eina_stringshare_replace(&e_config->xkb.selected_layout, NULL); in _basic_apply()