From f608b94a5dddac80ad003fa5b1196d372624551f Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Sat, 18 Feb 2012 22:20:34 -0600 Subject: COMMON: Fix value of EVENT_CUSTOM_BACKEND I failed to see that the enum was not ordered --- common/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/events.h b/common/events.h index d3c7064499..ab0c0a543a 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 = 13 + EVENT_CUSTOM_BACKEND = 18 #endif }; -- cgit v1.2.3