From a84dc98c3c49bebe1385e1e1731dcbb245a5d923 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 30 Apr 2024 00:51:25 +0100 Subject: [PATCH] InputEmulation: Add missing break to {START,STOP}_EMULATING --- src/InputEmulation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/InputEmulation.cpp b/src/InputEmulation.cpp index d06266f81..a6daae830 100644 --- a/src/InputEmulation.cpp +++ b/src/InputEmulation.cpp @@ -133,6 +133,7 @@ namespace gamescope { // Don't care. } + break; case EIS_EVENT_POINTER_MOTION: {