/* Exported interface, documented in cookie_manager.h */ void cookie_manager_redraw(int x, int y, struct rect *clip, const struct redraw_context *ctx) { treeview_redraw(cm_ctx.tree, x, y, clip, ctx); }
/* Exported interface, documented in global_history.h */ void global_history_redraw(int x, int y, struct rect *clip, const struct redraw_context *ctx) { treeview_redraw(gh_ctx.tree, x, y, clip, ctx); }