[MPlayer-cvslog] r37837 - trunk/input/input.h
reimar
subversion at mplayerhq.hu
Sun Mar 6 14:00:54 CET 2016
Author: reimar
Date: Sun Mar 6 14:00:53 2016
New Revision: 37837
Log:
input: reduce the max simultaneous keys.
This reduces the size of the key bind tables.
It seems pointless to allow key binds that
involve combinations of more than 8 keys.
Modified:
trunk/input/input.h
Modified: trunk/input/input.h
==============================================================================
--- trunk/input/input.h Sun Mar 6 14:00:52 2016 (r37836)
+++ trunk/input/input.h Sun Mar 6 14:00:53 2016 (r37837)
@@ -198,7 +198,7 @@ typedef enum {
#define MP_KEY_RELEASE_ALL (1<<27)
#ifndef MP_MAX_KEY_DOWN
-#define MP_MAX_KEY_DOWN 32
+#define MP_MAX_KEY_DOWN 8
#endif
#if (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ >= 460)) || \
More information about the MPlayer-cvslog
mailing list