mpopup_actions_w   39 modules/gui_mpopup.c static int                      mpopup_actions_w;               // width of window
mpopup_actions_w   86 modules/gui_mpopup.c         draw_string_justified(mpopup_actions_x, y, lang_str(actions[mpopup_actions[i]].text), cl, FONT_WIDTH, mpopup_actions_w*FONT_WIDTH+1, TEXT_LEFT|TEXT_FILL);
mpopup_actions_w  113 modules/gui_mpopup.c         mpopup_actions_w = w;
mpopup_actions_w  166 modules/gui_mpopup.c     if ((sx >= mpopup_actions_x) && (sx <= mpopup_actions_x+mpopup_actions_w*FONT_WIDTH) && (sy >= mpopup_actions_y) && (sy <= mpopup_actions_y+mpopup_actions_num*FONT_HEIGHT))