#include <mb_types.h>
Public Member Functions | |
| STAILQ (shnode_t) members | |
Public Attributes | |
| int | flags |
| void(* | prepare )(paint_t *paint, cairo_t *cr) |
| void(* | free )(struct _redraw_man *rdman, paint_t *paint) |
| paint_t * | pnt_next |
| Collect all paints of a rdman. | |
Paints should be freed by users by calling rdman_paint_free() of the paint.
Definition at line 25 of file mb_types.h.
| _paint::STAILQ | ( | shnode_t | ) |
| int _paint::flags |
Definition at line 26 of file mb_types.h.
| void(* _paint::prepare)(paint_t *paint, cairo_t *cr) |
| void(* _paint::free)(struct _redraw_man *rdman, paint_t *paint) |