Rename EVT_FIFO_HIGHWATER -> EVT_MASK_CAPTURE_THREAD.

This commit is contained in:
Jared Boone 2016-04-23 17:28:31 -07:00
parent 3103e9b80e
commit c585f3d4ea
2 changed files with 4 additions and 4 deletions

View file

@ -43,6 +43,7 @@ constexpr auto EVT_MASK_SWITCHES = EVENT_MASK(3);
constexpr auto EVT_MASK_ENCODER = EVENT_MASK(4);
constexpr auto EVT_MASK_TOUCH = EVENT_MASK(5);
constexpr auto EVT_MASK_APPLICATION = EVENT_MASK(6);
constexpr auto EVT_MASK_CAPTURE_THREAD = EVENT_MASK(7);
class EventDispatcher {
public: