X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=input.c;fp=input.c;h=b2168fcb1c7a4d525a424bf197da8e4fdec843d1;hp=aa1f155842e21ad1f5c1303eecaf03331599c406;hb=bededcb4be20a22ec63d8fa6a77de093d9fc9fa7;hpb=c7228611128c17b7678379b636759cdbc5f58d80 diff --git a/input.c b/input.c index aa1f155..b2168fc 100644 --- a/input.c +++ b/input.c @@ -462,6 +462,9 @@ int in_menu_wait(int interesting, char *charcode, int autorep_delay_ms) wait = autorep_delay_ms; /* wait until either key repeat or a new key has been pressed */ +#ifdef SDL_REDRAW_EVT + interesting |= PBTN_RDRAW; +#endif do { ret = in_menu_wait_any(charcode, wait); if (ret == 0 || ret != menu_key_prev)