Mir

Comment 1 for bug 1438160

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Calling mir_surface_set_event_handler() twice results in assertion failure, crash

Looks like it might be a regression from the Dispatcher stuff...

            auto input_dispatcher = input_platform->create_input_receiver(surface.fd(0),
                                                                          keymapper,
                                                                          handle_event_callback); <----- Crash
            input_thread = std::make_shared<md::SimpleDispatchThread>(input_dispatcher);