X-Git-Url: https://git.cworth.org/git?p=wordgame;a=blobdiff_plain;f=rack-fancy.c;fp=rack-fancy.c;h=87b39f56c74283d05bd34f4382d00d362b434365;hp=63677da3d52594a37b995256854ccfca8ea5a2ca;hb=c11f1953e31a1baa1d6785757169c7fd35cdc51d;hpb=4a18152043dd8fa417e5b8db7047de2e3998da7b diff --git a/rack-fancy.c b/rack-fancy.c index 63677da..87b39f5 100644 --- a/rack-fancy.c +++ b/rack-fancy.c @@ -77,7 +77,7 @@ typedef struct _dict_paint_cursor } dict_paint_cursor_t; static void -dict_paint_action (void *closure, char *word) +dict_paint_action (void *closure, char *word, dict_entry_t *entry) { dict_paint_cursor_t *cursor = closure; cairo_t *cr = cursor->cr;