summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_touchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_touchbar.h')
-rw-r--r--osdep/macosx_touchbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/macosx_touchbar.h b/osdep/macosx_touchbar.h
index 0aa5a052bb..a03b68c0e6 100644
--- a/osdep/macosx_touchbar.h
+++ b/osdep/macosx_touchbar.h
@@ -41,5 +41,6 @@ struct mpv_event;
@property(nonatomic, retain) NSDictionary *touchbarItems;
@property(nonatomic, assign) double duration;
@property(nonatomic, assign) double position;
+@property(nonatomic, assign) int pause;
@end