diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-05 13:03:25 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-05 13:03:25 +0200 |
commit | 8417c4fb637351587e1527b94c69b752d9988323 (patch) | |
tree | 9d3cc97895ffbf59ee48f64c14dbc282b65e90c6 /src/ui/widget.h | |
parent | c2aa1be37d0daad7c0654ae62d6ae3faca3e8715 (diff) |
Widget: Debugging reference keeping
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r-- | src/ui/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h index 5bd82183..48070158 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h | |||
@@ -231,5 +231,6 @@ iWidget *hover_Widget (void); | |||
231 | void unhover_Widget (void); | 231 | void unhover_Widget (void); |
232 | void setMouseGrab_Widget (iWidget *); | 232 | void setMouseGrab_Widget (iWidget *); |
233 | iWidget *mouseGrab_Widget (void); | 233 | iWidget *mouseGrab_Widget (void); |
234 | void printTree_Widget (const iWidget *); | ||
234 | 235 | ||
235 | iBool equalWidget_Command (const char *cmd, const iWidget *widget, const char *checkCommand); | 236 | iBool equalWidget_Command (const char *cmd, const iWidget *widget, const char *checkCommand); |