diff options
author | raveit65 <[email protected]> | 2021-10-26 12:07:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 12:07:51 +0200 |
commit | a905a4d11aa25be55bbe3b22d9c7b23b46a50e0c (patch) | |
tree | dad0807af71118cc85c5098875942fbc333049de /src | |
parent | e4c1352520fa7b3c05ba6f6c59f6203fb63de6fe (diff) | |
download | marco-a905a4d11aa25be55bbe3b22d9c7b23b46a50e0c.tar.bz2 marco-a905a4d11aa25be55bbe3b22d9c7b23b46a50e0c.tar.xz |
fix code-formatting issue of previous commit
- drop white spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/core/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |