aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-12 16:01:31 -0500
committerDrew DeVault <sir@cmpwn.com>2017-11-12 16:01:48 -0500
commita317ecdab8ef8deb184b72db208794daa4c4a3a0 (patch)
treec3eabdfe3a5f6bd61f55fedfa6e147f3c4691b9f /include
parent51ef12f1280baff16129b4030a06ac267b385ca5 (diff)
Run startup command after xwayland is ready
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h1
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;