Home
last modified time | relevance | path

Searched refs:db_longest_button (Results 1 – 1 of 1) sorted by last modified time

/dports/games/lincity/lincity-1.13.1/
H A Ddialbox.c36 static int db_longest_button; /* total width of all buttons, pixels */ variable
123 db_longest_button = 0; db_longest_line = 0; in dialog_box()
181 db_longest_button += db_rect[dbn].w; in dialog_box()
193 if ((db_longest_button + (bn * BUTTON_MIN_SPACING)) > in dialog_box()
195 text_window.w = (db_longest_button + (bn * BUTTON_MIN_SPACING)); in dialog_box()
203 bs = (text_window.w - db_longest_button) / bn; in dialog_box()