Mercurial > MadButterfly
comparison include/mb_redraw_man.h @ 1018:7ccc094bdbe5 refine_backend_if
Move the timer manager based on mb_tman_t to timer.c
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 22 Nov 2010 13:15:33 +0800 |
parents | 2cbe3721dc9a |
children | 83f39fdfbdaa |
comparison
equal
deleted
inserted
replaced
1017:9b5d4839c5bb | 1018:7ccc094bdbe5 |
---|---|
6 #include "mb_graph_engine.h" | 6 #include "mb_graph_engine.h" |
7 #include "mb_tools.h" | 7 #include "mb_tools.h" |
8 #include "mb_types.h" | 8 #include "mb_types.h" |
9 #include "mb_observer.h" | 9 #include "mb_observer.h" |
10 #include "mb_img_ldr.h" | 10 #include "mb_img_ldr.h" |
11 #include "mb_timer.h" | |
12 | 11 |
13 typedef struct _redraw_man redraw_man_t; | 12 typedef struct _redraw_man redraw_man_t; |
14 | 13 |
15 typedef void (*free_func_t)(redraw_man_t *rdman, void *obj); | 14 typedef void (*free_func_t)(redraw_man_t *rdman, void *obj); |
16 struct _free_obj { | 15 struct _free_obj { |