Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dchat.c333 static int CHAT_WIN_SCROLL_WIDTH = ELW_BOX_SIZE; variable
872 int scroll_x = width - CHAT_WIN_SCROLL_WIDTH; in resize_chat_handler()
874 int inout_width = width - CHAT_WIN_SCROLL_WIDTH - 2 * CHAT_WIN_SPACE; in resize_chat_handler()
900 widget_resize (chat_win, chat_scroll_id, CHAT_WIN_SCROLL_WIDTH, scroll_height); in resize_chat_handler()
1162 CHAT_WIN_SCROLL_WIDTH = (int)(0.5 + win->current_scale * ELW_BOX_SIZE); in ui_scale_chat_handler()
1185 …= (int)(CHAT_WIN_TEXT_WIDTH * font_scales[CHAT_FONT]) + 4 * CHAT_WIN_SPACE + CHAT_WIN_SCROLL_WIDTH; in create_chat_window()
1213 …hat_win, chat_scroll_id, NULL, chat_win_width - CHAT_WIN_SCROLL_WIDTH, CLOSE_SIZE, CHAT_WIN_SCROLL… in create_chat_window()