From f73ad1d8d2b14118ec075e6631e97bbf863e1dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 27 May 2022 19:36:45 +0200 Subject: [PATCH] display: Remove META_EVENT_ROUTE_COMPOSITOR_GRAB Nothing sets the value anymore since the port to ClutterGrab, and we just removed the last code references. Part-of: --- src/core/display-private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/display-private.h b/src/core/display-private.h index 9725424e6..37932095b 100644 --- a/src/core/display-private.h +++ b/src/core/display-private.h @@ -86,10 +86,6 @@ typedef enum * goes to MetaWindow, but not to the actual client window. */ META_EVENT_ROUTE_WINDOW_OP, - /* In a compositor grab operation. All events go to the - * compositor plugin. */ - META_EVENT_ROUTE_COMPOSITOR_GRAB, - /* A Wayland application has a popup open. All events go to * the Wayland application. */ META_EVENT_ROUTE_WAYLAND_POPUP,