skin touchregions: fix the 'none' region firing when it shouldnt.
commit8a3af263641dfa6e6bd8f9dfe06654c4e27b094e
authorJonathan Gordon <rockbox@jdgordon.info>
Thu, 19 Jan 2012 08:35:19 +0000 (19 19:35 +1100)
committerJonathan Gordon <rockbox@jdgordon.info>
Sun, 22 Jan 2012 20:42:28 +0000 (23 07:42 +1100)
tree3b4100bcd7cb0bd457041c8933a928ed87c30614
parent7efbd632c2ee76e6868635ecfa09ea96b25c3a63
skin touchregions: fix the 'none' region firing when it shouldnt.

Change the none action return value so the various action layers don't get confused by ACTION_TOUCHSCREEN return codes which shouldn't be happening (i.e when a long press region overlaps a short press region whihc has the none action)

Change-Id: I63db2c0b49597ada2c5ebd0ef98e99aeef4f522a
apps/action.h
apps/gui/skin_engine/skin_parser.c