Init message queues in M0 event dispatcher.

This commit is contained in:
Jared Boone 2016-02-16 11:23:02 -08:00
parent 7ec476cb79
commit 0681f9c5df
4 changed files with 14 additions and 14 deletions

View file

@ -105,6 +105,8 @@ private:
bool event_bubble_key(const ui::KeyEvent event);
void event_bubble_encoder(const ui::EncoderEvent event);
void init_message_queues();
};
#endif/*__EVENT_M0_H__*/