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