Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Durl.c57 static int url_win_line_step = 0; variable
452 …if (((url_win_line_step * have_url_count) <= url_win_text_len_y) || (url_win_top_line > have_url_c… in display_url_handler()
470 if (((currenty - url_win_text_start_y) + url_win_line_step) > url_win_text_len_y) in display_url_handler()
484 currenty += url_win_line_step; in display_url_handler()
487 if ((mouse_y >= win->cur_y + currenty - url_win_line_step) && in display_url_handler()
762 url_win_line_step = (int)(3 + get_line_height(win->font_category, url_win_text_zoom)); in resize_url_handler()
768 …url_win_text_len_y = url_win_line_step * (int)((win->len_y - url_win_text_start_y - url_win_full_u… in resize_url_handler()