mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
class_ -> class, free more stuff in destroy_shell_surface
This commit is contained in:
parent
241fec4d87
commit
d6c6b7c506
3 changed files with 10 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue