From a905a4d11aa25be55bbe3b22d9c7b23b46a50e0c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 26 Oct 2021 12:07:51 +0200 Subject: fix code-formatting issue of previous commit - drop white spaces --- src/core/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/display.c b/src/core/display.c index 7a6cf12e..b56b3732 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -1618,7 +1618,7 @@ mouse_event_is_in_tab_popup (MetaDisplay *display, GdkWindow * window = gtk_widget_get_window (popup_widget); if (window == NULL) return FALSE; - + Window popup_xid = gdk_x11_window_get_xid (window); gboolean ok2 = XTranslateCoordinates (display->xdisplay, event_window, popup_xid, -- cgit v1.2.1