# HG changeset patch # User Thinker K.F. Li # Date 1248939767 -28800 # Node ID 1ee11bab38fa06b350e69e1c5504f287a7a0a5d5 # Parent e73b3644d802c65a702de7bf701906b2eeecc6a4 More doc diff -r e73b3644d802 -r 1ee11bab38fa src/event.c --- a/src/event.c Thu Jul 30 15:42:43 2009 +0800 +++ b/src/event.c Thu Jul 30 15:42:47 2009 +0800 @@ -562,6 +562,8 @@ return FALSE; } +/*! \brief Find all shapes whose bounding box include a specified position. + */ static int _shape_pos_is_in(shape_t *shape, co_aix x, co_aix y, int *in_stroke, cairo_t *cr) { @@ -579,6 +581,8 @@ return TRUE; } +/*! \brief Find first shape that is draw at a specified position. + */ static shape_t *_find_shape_in_pos(redraw_man_t *rdman, co_aix x, co_aix y, int *in_stroke) { shape_t *shape;