projects
/
mutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340af7a
)
x11/window: Don't manage InputOnly windows
author
Rui Matos
<tiagomatos@gmail.com>
Sun, 15 Oct 2017 20:44:11 +0000
(22:44 +0200)
committer
Jeremy Bicha
<jbicha@debian.org>
Sat, 21 Oct 2017 23:47:22 +0000
(
00:47
+0100)
This was dropped by mistake in commit
f166240225b6ab110b091520103d0370d51899ac
.
https://bugzilla.gnome.org/show_bug.cgi?id=788493
Gbp-Pq: Name 0012-x11-window-Don-t-manage-InputOnly-windows.patch
src/x11/window-x11.c
patch
|
blob
|
history
diff --git
a/src/x11/window-x11.c
b/src/x11/window-x11.c
index 4885f5fea35b474b2fc71e5686d517ec3d483fcf..5a6f113b0bdc3c0a6836c52e60d505bca47b77b2 100644
(file)
--- a/
src/x11/window-x11.c
+++ b/
src/x11/window-x11.c
@@
-3039,6
+3039,12
@@
meta_window_x11_new (MetaDisplay *display,
goto error;
}
+ if (attrs.class == InputOnly)
+ {
+ meta_verbose ("Not managing InputOnly windows\n");
+ goto error;
+ }
+
if (is_our_xwindow (display, screen, xwindow, &attrs))
{
meta_verbose ("Not managing our own windows\n");