Use glib event callback in Mackie Control support to set thread-local variables

This commit is contained in:
Paul Davis 2020-11-29 12:46:53 -07:00
parent b7d22508fa
commit ce7ea4ec36
3 changed files with 15 additions and 0 deletions

View file

@ -141,6 +141,8 @@ public:
static StripableNotificationList const& last_selected () { return _last_selected; }
static void notify_stripable_selection_changed (StripableNotificationListPtr);
void event_loop_precall ();
protected:
void next_track (uint32_t initial_id);
void prev_track (uint32_t initial_id);