mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-16 06:59:44 -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
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue