aboutsummaryrefslogtreecommitdiff
path: root/rootston/wl_shell.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-28 01:02:30 +0200
committeremersion <contact@emersion.fr>2017-09-28 01:02:30 +0200
commitd41a4a0baeb268515044857d8121c033f3c0b477 (patch)
treed5bbe2fa2ed5c0a5ee5c6ca60c31b1f2e04e469e /rootston/wl_shell.c
parentdd9c15c69ecd5877d7a1caee6c2a3875df433a4b (diff)
wl_shell: gluten-free cosmetic variable renaming
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 adb7eaee..2b850d09 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); // TODO: segfaults
struct roots_wl_shell_surface *roots_surface =
calloc(1, sizeof(struct roots_wl_shell_surface));