Home
last modified time | relevance | path

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

/dports/games/fkiss/fkiss-0.33/
H A Dmenu.c39 #define BASE_YMARGIN 1 macro
145 mnh = font_ascent + font_descent + MNFNCBW*2 + 2 + BASE_YMARGIN*2; in load_font()
228 mnfnch = mnh - MNFNCBW*2 - BASE_YMARGIN*2; in calc_menu_geometry()
243 mnbseth = mnh - MNBSETBW*2 - BASE_YMARGIN*2; in calc_menu_geometry()
245 mnbpalh = mnh - MNBPALBW*2 - BASE_YMARGIN*2; in calc_menu_geometry()
248 infoh = mnh - INFOBW*2 - BASE_YMARGIN*2; in calc_menu_geometry()
289 y = BASE_YMARGIN; in create_set_menu()