aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-27 23:47:39 +0200
committeremersion <contact@emersion.fr>2017-09-27 23:47:39 +0200
commitd6c6b7c506547d9d409e9c064dba9e613d14fc59 (patch)
treeef75fb719373c4029d1087b91d6ce48eb427eec2 /include
parent241fec4d8786a0c86507d41f401ac70ec2c0c150 (diff)
class_ -> class, free more stuff in destroy_shell_surface
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_wl_shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index 03c0da34..3d190588 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -51,7 +51,7 @@ struct wlr_wl_shell_surface {
struct wlr_wl_shell_surface_popup_state *popup_state;
char *title;
- char *class_;
+ char *class;
struct {
struct wl_signal destroy;