Home
last modified time | relevance | path

Searched refs:cm_window_shown (Results 1 – 11 of 11) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dcontext_menu.h280 size_t cm_window_shown(void);
H A Duser_menus.cpp485 size_t open_cm = cm_window_shown(); in display()
626 if (cm_window_shown() != CM_INIT_VALUE) in reload()
738 size_t open_cm = cm_window_shown(); in get_mouse_over_menu()
H A Dquest_log.cpp263 bool cm_active(void) const { return ((cm_id != CM_INIT_VALUE) && (cm_window_shown() == cm_id)); } in cm_active()
831 if (cm_window_shown() == CM_INIT_VALUE) in display_handler()
849 if (has_mouseover() && (cm_window_shown() == CM_INIT_VALUE) && in display_handler()
1795 if (cm_window_shown() == CM_INIT_VALUE) in display_handler()
H A Durl.c498 if (cm_window_shown() != CM_INIT_VALUE) in display_url_handler()
H A Dknowledge.c394 if (cm_window_shown()!=CM_INIT_VALUE) in mouseover_knowledge_handler()
H A Dicon_window.cpp277 …ual_Icon * the_icon = reinterpret_cast<IconWindow::Virtual_Icon *>(cm_get_data(cm_window_shown())); in cm_generic_handler()
H A Dachievements.cpp725 …if ((cm_window_shown() == CM_INIT_VALUE) && (win_mouse_x > as->get_border()) && (win_mouse_y > as-… in display_handler()
H A Dcontext_menu.cpp854 extern "C" size_t cm_window_shown(void) { return cm::Container::get_instance().window_shown(); } in cm_window_shown() function
H A Dcounters.c817 if (cm_window_shown() != cm_counters) in display_counters_handler()
H A Ditem_lists.cpp1177 if ((my < 0) || (cm_window_shown()!=CM_INIT_VALUE)) in mouseover()
H A Delwindows.c1486 if (show_help_text && cm_valid(win->cm_id) && (cm_window_shown() == CM_INIT_VALUE) && in draw_window_title()