Closed nakst closed 2 years ago
In makeClapWindow in plugin-host.cc, the Windows OS codepath uses CLAP_WINDOW_API_COCOA instead of CLAP_WINDOW_API_WIN32.
makeClapWindow
plugin-host.cc
CLAP_WINDOW_API_COCOA
CLAP_WINDOW_API_WIN32
Thanks this is now fixed.
In
makeClapWindow
inplugin-host.cc
, the Windows OS codepath usesCLAP_WINDOW_API_COCOA
instead ofCLAP_WINDOW_API_WIN32
.