Skip to content

Commit

Permalink
fix destroynotify() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed Nov 17, 2023
1 parent 7bdbab0 commit bca1b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ destroylocksurface(struct wl_listener *listener, void *data)
void
destroynotify(struct wl_listener *listener, void *data)
{
/* Called when the surface is destroyed and should never be shown again. */
/* Called when the xdg_toplevel is destroyed. */
Client *c = wl_container_of(listener, c, destroy);
wl_list_remove(&c->destroy.link);
wl_list_remove(&c->set_title.link);
Expand Down

0 comments on commit bca1b77

Please sign in to comment.