mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
Move Painter into EventDispatcher.
This commit is contained in:
parent
d64344a84f
commit
479a96fc22
3 changed files with 3 additions and 6 deletions
|
@ -62,10 +62,9 @@ Thread* EventDispatcher::thread_event_loop = nullptr;
|
|||
|
||||
EventDispatcher::EventDispatcher(
|
||||
ui::Widget* const top_widget,
|
||||
ui::Painter& painter,
|
||||
ui::Context& context
|
||||
) : top_widget { top_widget },
|
||||
painter(painter),
|
||||
painter { },
|
||||
context(context)
|
||||
{
|
||||
init_message_queues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue