mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -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
9f5ff391cc
commit
f329ed73fc
1 changed files with 0 additions and 1 deletions
|
|
@ -1050,7 +1050,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