mpopup_actions_x   38 modules/gui_mpopup.c static coord                    mpopup_actions_x, mpopup_actions_y;    // top-left coord of window
mpopup_actions_x   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_x  111 modules/gui_mpopup.c         mpopup_actions_x = x;
mpopup_actions_x  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))