diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-12 16:01:31 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-12 16:01:48 -0500 |
commit | a317ecdab8ef8deb184b72db208794daa4c4a3a0 (patch) | |
tree | c3eabdfe3a5f6bd61f55fedfa6e147f3c4691b9f /include/wlr | |
parent | 51ef12f1280baff16129b4030a06ac267b385ca5 (diff) |
Run startup command after xwayland is ready
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index bea97394..6518b703 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -29,6 +29,7 @@ struct wlr_xwayland { struct wlr_xwayland_cursor *cursor; struct { + struct wl_signal ready; struct wl_signal new_surface; } events; |