aboutsummaryrefslogtreecommitdiff
path: root/rootston/wl_shell.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-28 13:29:49 -0400
committerGitHub <noreply@github.com>2017-09-28 13:29:49 -0400
commitc92199a953a44b5a11b102e76d2b9e106a47a7d4 (patch)
tree9c1ddc6739ebc84000208fc127ee9c493d2ed1b0 /rootston/wl_shell.c
parent3cd4cf4fbabccb783e5b546017ba41041ed62e84 (diff)
parent8146d60a877ea4e0f1e8f98e48f9859cf7378b4b (diff)
Merge pull request #163 from emersion/wl_shell-fixes
wl_shell fixes
Diffstat (limited to 'rootston/wl_shell.c')
-rw-r--r--rootston/wl_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c
index 2b850d09..72725c7f 100644
--- a/rootston/wl_shell.c
+++ b/rootston/wl_shell.c
@@ -56,7 +56,7 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) {
struct wlr_wl_shell_surface *surface = data;
wlr_log(L_DEBUG, "new shell surface: title=%s, class=%s",
surface->title, surface->class);
- wlr_wl_shell_surface_ping(surface); // TODO: segfaults
+ wlr_wl_shell_surface_ping(surface);
struct roots_wl_shell_surface *roots_surface =
calloc(1, sizeof(struct roots_wl_shell_surface));