You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify sending of system events in MythScreenType.
Now that MythSystemEvents can be sent via gCoreContext, we don't
need to post these directly inside MythScreenType. Instead,
just #include mythcorecontext.h and send via
gCoreContext->SendSystemEvent(). Should have done this in the
last commit.
0 commit comments