diff 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
line wrap: on
line diff
--- a/include/mb_redraw_man.h	Wed Dec 17 21:37:39 2008 +0800
+++ b/include/mb_redraw_man.h	Thu Dec 18 22:37:15 2008 +0800
@@ -71,6 +71,7 @@
     subject_t *redraw;		/*!< \brief Notified after redrawing. */
     subject_t *addrm_monitor;	/*!< \brief Monitor adding/removing observers
 				 *	    to/from mouse event subjects.
+				 *	    \see addrm_monitor_hdlr()
 				 */
     mb_obj_t *last_mouse_over;
 };