projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31ff3c
)
rnd-20060805-3-src
author
Holger Schemel
<info@artsoft.org>
Sat, 5 Aug 2006 00:55:40 +0000
(
02:55
+0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:52:39 +0000
(10:52 +0200)
src/conftime.h
patch
|
blob
|
history
src/events.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 7f64cebd2a51d4baf0ef4f81d36fb44346fec79d..33d11567419421d0ae3bdd40911d4fc7db64fd95 100644
(file)
--- 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 4bb6192d9d023b1c502628a65d08ab6348b0f76c..e69469582c21a7d939d659e53c2afa1b74b9cebc 100644
(file)
--- 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;