diff --git a/README.md b/README.md index d6448ff..fbf4d1b 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,21 @@ Plugin type is set as regular "effect". Because people will ask for it. It is, well... Rack. But a couple of modules background's have their colors flipped, because damn we want proper dark mode! -![screenshot1](docs/Screenshot1.png "Screenshot1") -![screenshot2](docs/Screenshot2.png "Screenshot2") +### Init / Default patch +![screenshot](docs/Screenshot_Init-Patch.png "Screenshot") + +### Module browser + +![screenshot](docs/Screenshot_Module-Browser.png "Screenshot") + +### Basic patching + +![screenshot](docs/Screenshot_Basic-Patching.png "Screenshot") + +### Carla and Ildaeil plugin hosts + +![screenshot](docs/Screenshot_Carla+Ildaeil.png "Screenshot") ## Current status diff --git a/docs/Screenshot1.png b/docs/Screenshot1.png deleted file mode 100644 index c8cbab6..0000000 Binary files a/docs/Screenshot1.png and /dev/null differ diff --git a/docs/Screenshot2.png b/docs/Screenshot2.png deleted file mode 100644 index 2e7bc08..0000000 Binary files a/docs/Screenshot2.png and /dev/null differ diff --git a/docs/Screenshot_Basic-Patching.png b/docs/Screenshot_Basic-Patching.png new file mode 100644 index 0000000..961f6f3 Binary files /dev/null and b/docs/Screenshot_Basic-Patching.png differ diff --git a/docs/Screenshot_Carla+Ildaeil.png b/docs/Screenshot_Carla+Ildaeil.png new file mode 100644 index 0000000..97c9ed0 Binary files /dev/null and b/docs/Screenshot_Carla+Ildaeil.png differ diff --git a/docs/Screenshot_Init-Patch.png b/docs/Screenshot_Init-Patch.png new file mode 100644 index 0000000..c2f1a07 Binary files /dev/null and b/docs/Screenshot_Init-Patch.png differ diff --git a/docs/Screenshot_Module-Browser.png b/docs/Screenshot_Module-Browser.png new file mode 100644 index 0000000..17f38a5 Binary files /dev/null and b/docs/Screenshot_Module-Browser.png differ diff --git a/plugins/Cardinal/src/EmbedWidget.cpp b/plugins/Cardinal/src/EmbedWidget.cpp index 3f0ee40..e323abf 100644 --- a/plugins/Cardinal/src/EmbedWidget.cpp +++ b/plugins/Cardinal/src/EmbedWidget.cpp @@ -15,7 +15,7 @@ * For a full copy of the GNU General Public License see the LICENSE file. */ -#if defined(ARCH_LIN) && !defined(HEADLESS) +#if defined(ARCH_LIN) && !defined(HEADLESS) && !defined(HAVE_X11) # define HAVE_X11 #endif @@ -193,15 +193,11 @@ struct EmbedWidget::PrivateData { { lastX = x; lastY = y; - #ifdef HAVE_X11 - #endif } else if (diffSize) { lastWidth = width; lastHeight = height; - #ifdef HAVE_X11 - #endif } #ifdef HAVE_X11