diff options
Diffstat (limited to 'src/button.h')
| -rw-r--r-- | src/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/button.h b/src/button.h index 57907b4..423e29a 100644 --- a/src/button.h +++ b/src/button.h @@ -31,6 +31,7 @@ typedef struct { Color text_color; char *text; ButtonAction action; + // TODO: Add a GDestroyNotify gpointer action_data; } ButtonSimple; |
