Home
last modified time | relevance | path

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

/dports/games/lincity/lincity-1.13.1/
H A Dlchelp.c576 help_button_x[numof_help_buttons] = x + mw->x; in parse_buttonline()
602 if (x > help_button_x[i] in do_help_buttons()
603 && x < (help_button_x[i] + help_button_w[i]) in do_help_buttons()
H A Dcliglobs.c101 int help_button_x[MAX_NUMOF_HELP_BUTTONS]; variable
H A Dcliglobs.h124 extern int help_button_x[MAX_NUMOF_HELP_BUTTONS];
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dsplash.c161 Dimension help_button_x, help_button_y; member
612 sp->help_button_x = x1; in draw_splash_window()
698 sp->help_button_x, sp->help_button_y, in update_splash_window()
799 else if (event->xbutton.x >= sp->help_button_x && in handle_splash_event()
800 event->xbutton.x < sp->help_button_x + sp->button_width && in handle_splash_event()