summaryrefslogtreecommitdiff
path: root/src/widget/widget_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/widget_check.c')
-rw-r--r--src/widget/widget_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/widget_check.c b/src/widget/widget_check.c
index 192ae9b..584b6da 100644
--- a/src/widget/widget_check.c
+++ b/src/widget/widget_check.c
@@ -21,7 +21,7 @@ widget_check_t* newWidgetCheck(int x, int y, bool_t status, void (*fce_event)(vo
void drawWidgetCheck(widget_check_t *p)
{
- static SDL_Surface *g_check = NULL;
+ static image_t *g_check = NULL;
int x, y;
int offset;