aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTarek Soliman2012-02-27 12:35:48 -0600
committerTarek Soliman2012-02-27 13:04:59 -0600
commit533f80282befe2e3c345ed1f6fc372b669811b15 (patch)
tree70a15d948de9f89b46f9c8b7f8fe43160d31cbef /common
parent6afac4e01eba5c297e99597dd2cb17c2e4732a7e (diff)
downloadscummvm-rg350-533f80282befe2e3c345ed1f6fc372b669811b15.tar.gz
scummvm-rg350-533f80282befe2e3c345ed1f6fc372b669811b15.tar.bz2
scummvm-rg350-533f80282befe2e3c345ed1f6fc372b669811b15.zip
KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION
Diffstat (limited to 'common')
-rw-r--r--common/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h
index 5f6a7798dd..4efdd67b91 100644
--- a/common/events.h
+++ b/common/events.h
@@ -78,7 +78,7 @@ enum EventType {
,
// IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use
// this, please talk to tsoliman and/or LordHoto.
- EVENT_CUSTOM_BACKEND = 18,
+ EVENT_CUSTOM_BACKEND_ACTION = 18,
EVENT_KEYMAPPER_REMAP = 19
#endif
#ifdef ENABLE_VKEYBD