mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wl_shell: gluten-free cosmetic variable renaming
This commit is contained in:
parent
dd9c15c69e
commit
d41a4a0bae
2 changed files with 11 additions and 12 deletions
|
|
@ -56,7 +56,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);
|
||||
//wlr_wl_shell_surface_ping(surface); // TODO: segfaults
|
||||
wlr_wl_shell_surface_ping(surface); // TODO: segfaults
|
||||
|
||||
struct roots_wl_shell_surface *roots_surface =
|
||||
calloc(1, sizeof(struct roots_wl_shell_surface));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue