From d6c6b7c506547d9d409e9c064dba9e613d14fc59 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Wed, 27 Sep 2017 23:47:39 +0200
Subject: class_ -> class, free more stuff in destroy_shell_surface

---
 include/wlr/types/wlr_wl_shell.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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;
-- 
cgit v1.2.3