comparison include/mb_redraw_man.h @ 231:2637519e2bd7

Move mouse event handler and interpreter to src/mouse.c. - Also change makefiles of examples with a better configuration.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 18 Dec 2008 22:37:15 +0800
parents a6e559fb76d7
children 527894c2ad39
comparison
equal deleted inserted replaced
230:3e6da6f6a226 231:2637519e2bd7
69 ob_factory_t ob_factory; 69 ob_factory_t ob_factory;
70 70
71 subject_t *redraw; /*!< \brief Notified after redrawing. */ 71 subject_t *redraw; /*!< \brief Notified after redrawing. */
72 subject_t *addrm_monitor; /*!< \brief Monitor adding/removing observers 72 subject_t *addrm_monitor; /*!< \brief Monitor adding/removing observers
73 * to/from mouse event subjects. 73 * to/from mouse event subjects.
74 * \see addrm_monitor_hdlr()
74 */ 75 */
75 mb_obj_t *last_mouse_over; 76 mb_obj_t *last_mouse_over;
76 }; 77 };
77 78
78 extern int redraw_man_init(redraw_man_t *rdman, cairo_t *cr, 79 extern int redraw_man_init(redraw_man_t *rdman, cairo_t *cr,