diff options
author | emersion <contact@emersion.fr> | 2017-09-27 23:47:39 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-27 23:47:39 +0200 |
commit | d6c6b7c506547d9d409e9c064dba9e613d14fc59 (patch) | |
tree | ef75fb719373c4029d1087b91d6ce48eb427eec2 /rootston/wl_shell.c | |
parent | 241fec4d8786a0c86507d41f401ac70ec2c0c150 (diff) |
class_ -> class, free more stuff in destroy_shell_surface
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 fffd9fc9..817d8b95 100644 --- a/rootston/wl_shell.c +++ b/rootston/wl_shell.c @@ -25,7 +25,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_); + surface->title, surface->class); //wlr_wl_shell_surface_ping(surface); // TODO: segfaults struct roots_wl_shell_surface *roots_surface = |