mirror of
https://github.com/brl/mutter.git
synced 2025-01-08 10:42:33 +00:00
x11/window: Don't manage InputOnly windows
This was dropped by mistake in commit
f166240225
.
https://bugzilla.gnome.org/show_bug.cgi?id=788493
This commit is contained in:
parent
d6e3193c2a
commit
49ee46d924
@ -3039,6 +3039,12 @@ meta_window_x11_new (MetaDisplay *display,
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (attrs.class == InputOnly)
|
||||||
|
{
|
||||||
|
meta_verbose ("Not managing InputOnly windows\n");
|
||||||
|
goto error;
|
||||||
|
}
|
||||||
|
|
||||||
if (is_our_xwindow (display, screen, xwindow, &attrs))
|
if (is_our_xwindow (display, screen, xwindow, &attrs))
|
||||||
{
|
{
|
||||||
meta_verbose ("Not managing our own windows\n");
|
meta_verbose ("Not managing our own windows\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user