Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Nov 23, 2023
1 parent 358cef9 commit c30b175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osdep/macosx_events.m
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ -(void)processEvent:(struct mpv_event *)event
_ctx = nil;
break;
}
default:
break;
}
}

Expand Down
2 changes: 2 additions & 0 deletions osdep/macosx_touchbar.m
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ - (void)processEvent:(struct mpv_event *)event
[self handlePropertyChange:(mpv_event_property *)event->data];
break;
}
default:
break;
}
}

Expand Down

0 comments on commit c30b175

Please sign in to comment.