diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-04-07 02:56:31 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-04-07 02:56:36 +0200 |
| commit | c3fbb34a69de97540aec8fe2ff3884666925f25e (patch) | |
| tree | 80a44f44ca120d4513cd76ca6cbebeba939d87c7 /src/gui | |
| parent | 4da7a3e44d2bbd7b21ae05c7b6604748e7227227 (diff) | |
| download | jancity-c3fbb34a69de97540aec8fe2ff3884666925f25e.tar.gz | |
wip3
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/src/button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/src/button.c b/src/gui/src/button.c index 8f00ff2..f1d2fd2 100644 --- a/src/gui/src/button.c +++ b/src/gui/src/button.c @@ -81,7 +81,7 @@ void gui_button_init(struct gui_button *const b, const enum gui_button_type t) static void (*const f[])(struct gui_button *) = { [GUI_BUTTON_TYPE_1] = gui_button_init_type1, - [GUI_BUTTON_TYPE_SPRITE] = gui_button_get_dim_sprite + [GUI_BUTTON_TYPE_SPRITE] = gui_button_init_sprite }; f[b->type](b); |
