aboutsummaryrefslogtreecommitdiff
path: root/rootston/xdg_shell_v6.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-27 06:15:25 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-27 06:15:25 -0500
commitd5ffa26564289ac5c30337b358e0679960d4eef9 (patch)
tree6e28ad029cf2293ce8de6b397481364e7111f783 /rootston/xdg_shell_v6.c
parent5a18f62fee5f0a9c8abc1554222f3774179ff373 (diff)
xdg-shell: role-committed func
Diffstat (limited to 'rootston/xdg_shell_v6.c')
-rw-r--r--rootston/xdg_shell_v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xdg_shell_v6.c b/rootston/xdg_shell_v6.c
index a0503ad8..0515263b 100644
--- a/rootston/xdg_shell_v6.c
+++ b/rootston/xdg_shell_v6.c
@@ -253,7 +253,7 @@ void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data) {
return;
}
roots_surface->commit.notify = handle_commit;
- wl_signal_add(&surface->events.commit, &roots_surface->commit);
+ wl_signal_add(&surface->surface->events.commit, &roots_surface->commit);
roots_surface->destroy.notify = handle_destroy;
wl_signal_add(&surface->events.destroy, &roots_surface->destroy);
roots_surface->request_move.notify = handle_request_move;