disassembly and new font
This commit is contained in:
@@ -50,4 +50,10 @@ void Backend::send_frame_removed(BackToFront::FrameRemoved &&info)
|
||||
auto msg = std::make_unique<BackToFront::Msg>(
|
||||
BackToFront::MsgType::frame_removed, std::move(info));
|
||||
this->send_msg(std::move(msg));
|
||||
}
|
||||
void Backend::send_data_result(BackToFront::DataResult &&info)
|
||||
{
|
||||
auto msg = std::make_unique<BackToFront::Msg>(
|
||||
BackToFront::MsgType::data_result, std::move(info));
|
||||
this->send_msg(std::move(msg));
|
||||
}
|
||||
Reference in New Issue
Block a user