Update screenshots, cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0a9227c526
commit
310f4e0ee1
8 changed files with 15 additions and 7 deletions
16
README.md
16
README.md
|
@ -54,9 +54,21 @@ Plugin type is set as regular "effect".
|
||||||
Because people will ask for it. It is, well... Rack.
|
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!
|
But a couple of modules background's have their colors flipped, because damn we want proper dark mode!
|
||||||
|
|
||||||

|
### Init / Default patch
|
||||||

|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Module browser
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Basic patching
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Carla and Ildaeil plugin hosts
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Current status
|
## Current status
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 971 KiB |
BIN
docs/Screenshot_Basic-Patching.png
Normal file
BIN
docs/Screenshot_Basic-Patching.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 433 KiB |
BIN
docs/Screenshot_Carla+Ildaeil.png
Normal file
BIN
docs/Screenshot_Carla+Ildaeil.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 KiB |
BIN
docs/Screenshot_Init-Patch.png
Normal file
BIN
docs/Screenshot_Init-Patch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
docs/Screenshot_Module-Browser.png
Normal file
BIN
docs/Screenshot_Module-Browser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 491 KiB |
|
@ -15,7 +15,7 @@
|
||||||
* For a full copy of the GNU General Public License see the LICENSE file.
|
* 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
|
# define HAVE_X11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -193,15 +193,11 @@ struct EmbedWidget::PrivateData {
|
||||||
{
|
{
|
||||||
lastX = x;
|
lastX = x;
|
||||||
lastY = y;
|
lastY = y;
|
||||||
#ifdef HAVE_X11
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else if (diffSize)
|
else if (diffSize)
|
||||||
{
|
{
|
||||||
lastWidth = width;
|
lastWidth = width;
|
||||||
lastHeight = height;
|
lastHeight = height;
|
||||||
#ifdef HAVE_X11
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_X11
|
#ifdef HAVE_X11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue