diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-08 16:30:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 16:30:45 -0400 |
commit | 7efd9885b65d0115e30f2253a30f165c12a07d2a (patch) | |
tree | 46d130e9382680c05f8bf9758c242f611d723856 /include/xwayland/xwm.h | |
parent | 902d859c674769d93efafd595419432c0a1dd267 (diff) | |
parent | 17d0440b757a504f72028d2a12724da33277a6f7 (diff) |
Merge pull request #853 from emersion/xwayland-client-timeout
Add wlr_xwayland_surface_ping
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r-- | include/xwayland/xwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index c733c13c..82bf726c 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -43,6 +43,7 @@ enum atom_name { _NET_WM_STATE_FULLSCREEN, _NET_WM_STATE_MAXIMIZED_VERT, _NET_WM_STATE_MAXIMIZED_HORZ, + _NET_WM_PING, WM_STATE, CLIPBOARD, PRIMARY, @@ -90,6 +91,7 @@ struct wlr_xwm { struct wlr_xwayland *xwayland; struct wl_event_source *event_source; struct wlr_seat *seat; + uint32_t ping_timeout; xcb_atom_t atoms[ATOM_LAST]; xcb_connection_t *xcb_conn; |