X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=bad68898754e4249cdc09113095de3dc57728356;hb=e304657d0ac135b0b20bc046b1bc530b1c6b0a87;hp=2d6e7f85287ad4d00588f208b5c7696d807ab63d;hpb=abf8e6bd629101604d463aa8f669b9a5c879440a;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index 2d6e7f85..bad68898 100644 --- a/src/events.c +++ b/src/events.c @@ -19,7 +19,7 @@ #include "editor.h" #include "files.h" #include "tape.h" -#include "cartoons.h" +#include "anim.h" #include "network.h" @@ -1359,7 +1359,8 @@ void HandleKey(Key key, int key_status) key == KSYM_plus || key == KSYM_0) && ((GetKeyModState() & KMOD_Control) || - (GetKeyModState() & KMOD_Alt)) && + (GetKeyModState() & KMOD_Alt) || + (GetKeyModState() & KMOD_Meta)) && video.window_scaling_available && !video.fullscreen_enabled) {