Make scrollbar behave better

This commit is contained in:
Dave Davenport
2016-10-26 08:24:34 +02:00
parent 163934fa8c
commit fb459e1660
8 changed files with 64 additions and 51 deletions

View File

@@ -36,7 +36,7 @@ struct _widget
void ( *update )( struct _widget * );
/** Handle mouse motion, used for dragging */
gboolean (*motion_notify)( struct _widget *, xcb_motion_notify_event_t * );
gboolean ( *motion_notify )( struct _widget *, xcb_motion_notify_event_t * );
/** widget clicked callback */
widget_clicked_cb clicked;