Revert "Disable OSX touchbar support, fixes #358"

This reverts commit 29126619a3.
This commit is contained in:
Jonathan G Rennison
2022-10-27 23:49:12 +01:00
parent bf82ace0c5
commit 23ef1364d0

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;