diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:32:54 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:32:54 -0500 |
commit | 68328700c7171b53c70e61f78ed6fdfcf1e22bd5 (patch) | |
tree | 907f2074a71b9648da5c7e3a8e146bf30c73c17d /rootston/wl_shell.c | |
parent | d5ffa26564289ac5c30337b358e0679960d4eef9 (diff) |
wl-shell: role committed
Diffstat (limited to 'rootston/wl_shell.c')
-rw-r--r-- | rootston/wl_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c index d0aad407..7f70acae 100644 --- a/rootston/wl_shell.c +++ b/rootston/wl_shell.c @@ -150,7 +150,7 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) { roots_surface->set_state.notify = handle_set_state; wl_signal_add(&surface->events.set_state, &roots_surface->set_state); roots_surface->surface_commit.notify = handle_surface_commit; - wl_signal_add(&surface->events.commit, &roots_surface->surface_commit); + wl_signal_add(&surface->surface->events.commit, &roots_surface->surface_commit); struct roots_view *view = calloc(1, sizeof(struct roots_view)); if (!view) { |