Browse Source

Fix for last commit

tags/v1.9.12
falkTX 6 years ago
parent
commit
2315e0ba70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/interposer/interposer-jack-x11.cpp

+ 1
- 1
source/interposer/interposer-jack-x11.cpp View File

@@ -203,7 +203,7 @@ static int carlaWindowMap(Display* const display, const Window window, const int
break;

carla_stdout("NOTICE: XMapWindow now showing previous window");
switch (fallbackFnType)
switch (gCurrentWindowType)
{
case 1:
real_XMapWindow(gCurrentlyMappedDisplay, gCurrentlyMappedWindow);


Loading…
Cancel
Save