diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-04-12 19:15:17 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-04-12 19:15:17 +0200 |
commit | 53b281474ddb7fc4d98633f9a5f0dc158bbf7bd6 (patch) | |
tree | d6c32dd301712c2db6812eb4e0f375447ce9ab4b | |
parent | db3c17a18f54787f94d7e1c71b84945c6038bf79 (diff) | |
parent | bbee067ba511dc07472b8082922f10bb17b7af02 (diff) | |
download | canvas_display.lv2-53b281474ddb7fc4d98633f9a5f0dc158bbf7bd6.tar.xz |
Merge commit 'bbee067ba511dc07472b8082922f10bb17b7af02'
-rw-r--r-- | pugl/pugl/pugl_x11.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pugl/pugl/pugl_x11.c b/pugl/pugl/pugl_x11.c index 5c20782..5afc880 100644 --- a/pugl/pugl/pugl_x11.c +++ b/pugl/pugl/pugl_x11.c @@ -522,8 +522,7 @@ translateEvent(PuglView* view, XEvent xevent) case 7: event.scroll.dx = 1.0f; break; } } - __attribute__((fallthrough)); - // nobreak + /* fall through */ case ButtonRelease: if (xevent.xbutton.button < 4 || xevent.xbutton.button > 7) { event.button.type = ((xevent.type == ButtonPress) |