Browse Source

X11 keys are unsigned

tags/1.9.7
falkTX 9 years ago
parent
commit
37c2ef7f12
1 changed files with 1 additions and 1 deletions
  1. +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 uint X11Key_Escape = 9;
static bool gErrorTriggered = false;

static int temporaryErrorHandler(Display*, XErrorEvent*)


Loading…
Cancel
Save