From: Holger Schemel Date: Sat, 5 Aug 2006 00:55:40 +0000 (+0200) Subject: rnd-20060805-3-src X-Git-Tag: 3.2.1^2~21 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=c7683196af3c8f1845a72dec66c1246d561b35f7;hp=b31ff3c0c04be6739743c4e79c95f7c233f998bc rnd-20060805-3-src --- diff --git a/src/conftime.h b/src/conftime.h index 7f64cebd..33d11567 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2006-08-05 02:13]" +#define COMPILE_DATE_STRING "[2006-08-05 02:52]" diff --git a/src/events.c b/src/events.c index 4bb6192d..e6946958 100644 --- a/src/events.c +++ b/src/events.c @@ -687,8 +687,8 @@ void HandleKey(Key key, int key_status) if (key_status == KEY_RELEASED) return; - if (key == KSYM_Return && GetKeyModState() & KMOD_Alt && - video.fullscreen_available) + if ((key == KSYM_Return || key == KSYM_KP_Enter) && + (GetKeyModState() & KMOD_Alt) && video.fullscreen_available) { setup.fullscreen = !setup.fullscreen;