Skip to content

Commit

Permalink
Document find_canvas()
Browse files Browse the repository at this point in the history
Signed-off-by: William Pursell <william.r.pursell@gmail.com>
  • Loading branch information
wrp committed Oct 29, 2023
1 parent 80b5c1c commit 659a40b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ mov(const char *arg)
S.f = n ? n : S.root;
}

/*
* Recursive function used to find a canvas with id in the tree.
*/
static struct canvas *
find_canvas(struct canvas *c, int id)
{
Expand Down

0 comments on commit 659a40b

Please sign in to comment.