mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
xwayland: don't send _NET_WM_PING to new windows
No one remembers why we were doing this, and we do not handle the ping_timeout event, so it seems pointless. Also it appears to confuse some older X clients.
This commit is contained in:
parent
7f7b5f57ec
commit
d20d5675f5
1 changed files with 0 additions and 1 deletions
|
|
@ -1051,7 +1051,6 @@ handle_new_surface(struct wl_listener *listener, void *data)
|
||||||
struct server *server =
|
struct server *server =
|
||||||
wl_container_of(listener, server, xwayland_new_surface);
|
wl_container_of(listener, server, xwayland_new_surface);
|
||||||
struct wlr_xwayland_surface *xsurface = data;
|
struct wlr_xwayland_surface *xsurface = data;
|
||||||
wlr_xwayland_surface_ping(xsurface);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We do not create 'views' for xwayland override_redirect surfaces,
|
* We do not create 'views' for xwayland override_redirect surfaces,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue