Disable OSX touchbar support, fixes #358

This commit is contained in:
Jonathan G Rennison
2022-01-15 18:56:59 +00:00
parent dd5438fe75
commit 29126619a3

View File

@@ -13,7 +13,7 @@
#import <Cocoa/Cocoa.h>
#ifdef MAC_OS_X_VERSION_10_12_2
# define HAVE_TOUCHBAR_SUPPORT
//# define HAVE_TOUCHBAR_SUPPORT
#endif
class VideoDriver_Cocoa;