Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dhud.c149 if (get_show_window (list_of_windows[i]) in hide_moved_hud_windows()
237 if ( get_show_window (game_root_win) ) in view_console_win()
251 if ( get_show_window (game_root_win) ) in view_map_win()
H A Dbooks.h811 bool is_open() const { return get_show_window(_book_win) || get_show_window(_paper_win); } in is_open()
835 if (get_show_window(_book_win)) in select()
837 else if (get_show_window(_paper_win)) in select()
H A Delwindows.h802 int get_show_window(int win_id);
983 static inline int get_show_window_MW(enum managed_window_enum managed_win) { return get_show_window in get_show_window_MW()
H A Ddraw_scene.c594 …have_display = (win->displayed || get_show_window(game_root_win) || get_show_window(newchar_root_w… in update_have_display()
H A Dmapwin.c217 if (get_show_window(win->window_id)) in resize_map_root_handler()
H A Dcommand_queue.cpp175 if (get_show_window(ipu.popup_win)) in process()
H A Dhud_timer.cpp245 if (input && (!view_hud_timer || !get_show_window(input->popup_win))) in display()
H A Dconsolewin.c245 if (get_show_window(win->window_id) && hud_init_on_resize) in resize_console_handler()
H A Dcache.c117 if ( !get_show_window (game_root_win) ) return 0; in cache_system_clean()
H A Dcontext_menu.cpp425 if (!get_show_window(cm_window_id) || win == NULL) in window_shown()
596 if (get_show_window(cm_window_id)) in show()
H A Dhud_statsbar_window.c492 …if ((over_health_bar) || (show_last_health_change_always && get_show_window (game_root_win) && ((u… in display_stats_bar_handler()
H A Dquest_log.cpp267 void check_auto_open(void) { if (!no_auto_open && !get_show_window(get_win_id())) open_window(); } in check_auto_open()
1656 bool qlw_open = get_show_window(questlist.get_win_id()); in cm_preshow_handler()
1657 bool nfw_open = get_show_window(npc_filter.get_win_id()); in cm_preshow_handler()
H A Dgamewin.c1498 if (!get_show_window(get_id_MW(MW_CHAT))) in display_game_handler()
2278 if (get_show_window(win->window_id)) in resize_game_root_handler()
H A Dhud_indicators.cpp597 if (!get_show_window(indicators_win) || !default_location || indicators_win < 0) in get_default_width()
H A Ddialogues.c886 if (!get_show_window(dialogue_win)) in display_dialogue()
H A Dachievements.cpp119 bool shown(void) const { return get_show_window(main_win_id); } in shown()
H A Dnew_character.c308 else if (!get_show_window(namepass_win)) in display_advice_handler()
717 if (get_show_window(win->window_id)) in ui_resize_newchar_handler()
H A Delconfig.c549 shown = get_show_window(minimap_win); in change_minimap_scale()
3930 if (get_show_window(newchar_root_win)) { in show_elconfig_handler()
3970 if (recheck_window_scale && (elconfig_win >= 0) && !get_show_window(elconfig_win)) in check_for_config_window_scale()
H A Dchat.c2624 if (get_show_window(channel_color_win)) in display_channel_color_win()
3068 if ((input_widget != NULL) && ((use_windowed_chat != 2) || !get_show_window(get_id_MW(MW_CHAT)))) in move_console_input_on_input_resize()
H A Ditem_lists.cpp174 void close(void) { if (get_show_window(ipu.popup_win)) clear_popup_window(&ipu); } in close()
H A Delwindows.c1898 int get_show_window(int win_id) in get_show_window() function
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Devents.c46 view_particles_window=get_show_window(particles_window); in HandleEvent()
140 if(get_show_window(tiles_win)){ in HandleEvent()
149 if(get_show_window(tiles_win)){ in HandleEvent()
163 if (get_show_window(tiles_win)) in HandleEvent()
H A Delwindows.h165 int get_show_window(int win_id);
H A Delwindows.c631 int get_show_window(int win_id) in get_show_window() function