]> git.cworth.org Git - wordgame/blobdiff - rack-fancy.c
Pass the dict entry flags to the for_each callback
[wordgame] / rack-fancy.c
index 63677da3d52594a37b995256854ccfca8ea5a2ca..87b39f56c74283d05bd34f4382d00d362b434365 100644 (file)
@@ -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;