|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* Carla Plugin UI |
|
|
|
* Copyright (C) 2014-2017 Filipe Coelho <falktx@falktx.com> |
|
|
|
* Copyright (C) 2014-2018 Filipe Coelho <falktx@falktx.com> |
|
|
|
* |
|
|
|
* This program is free software; you can redistribute it and/or |
|
|
|
* modify it under the terms of the GNU General Public License as |
|
|
|
@@ -33,6 +33,10 @@ |
|
|
|
# include <ctime> |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef CARLA_PLUGIN_UI_CLASS_PREFIX |
|
|
|
# error CARLA_PLUGIN_UI_CLASS_PREFIX undefined |
|
|
|
#endif |
|
|
|
|
|
|
|
// --------------------------------------------------------------------------------------------------------------------- |
|
|
|
// X11 |
|
|
|
|
|
|
|
@@ -359,6 +363,12 @@ private: |
|
|
|
|
|
|
|
#ifdef CARLA_OS_MAC |
|
|
|
|
|
|
|
#ifdef BUILD_BRIDGE |
|
|
|
# define CarlaPluginWindow CarlaPluginWindowBridged ## CARLA_PLUGIN_UI_CLASS_PREFIX ## CARLA_VERSION_HEX |
|
|
|
#else |
|
|
|
# define CarlaPluginWindow CarlaPluginWindow ## CARLA_PLUGIN_UI_CLASS_PREFIX ## CARLA_VERSION_HEX |
|
|
|
#endif |
|
|
|
|
|
|
|
@interface CarlaPluginWindow : NSWindow |
|
|
|
{ |
|
|
|
@public |
|
|
|
|