This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
X11 keys are unsigned
tags/1.9.7
falkTX
9 years ago
parent
beb29b4f5a
commit
37c2ef7f12
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/utils/CarlaPluginUI.cpp
+ 1
- 1
source/utils/CarlaPluginUI.cpp
View File
@@ -277,7 +277,7 @@ private:
typedef void (*EventProcPtr)(XEvent* ev);
static const int X11Key_Escape = 9;
static const
u
int X11Key_Escape = 9;
static bool gErrorTriggered = false;
static int temporaryErrorHandler(Display*, XErrorEvent*)
Write
Preview
Loading…
Cancel
Save