summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-25 22:45:11 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-25 22:45:11 +0200
commit163934fa8cb1cc0d0cd7b649723b68b9a0fe5211 (patch)
treed0f94e129e207e8f716a9f03fe4974c0db7ae436 /include/widgets
parent89cf6d2d63bd67aded86e1e91d37fb7130cd1d8a (diff)
Simplify some code, more comments. (90% docu)
Diffstat (limited to 'include/widgets')
-rw-r--r--include/widgets/widget-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h
index d66a8d05..4ffe6482 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -35,6 +35,7 @@ struct _widget
/** update widget implementation function */
void ( *update )( struct _widget * );
+ /** Handle mouse motion, used for dragging */
gboolean (*motion_notify)( struct _widget *, xcb_motion_notify_event_t * );
/** widget clicked callback */