summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-26 08:24:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-26 08:24:34 +0200
commitfb459e16606da7e53d46661b151869ad01e242e6 (patch)
tree1e68c54759e635870f0deecb6a94b630ddcf5b3c /include/widgets/widget-internal.h
parent163934fa8cb1cc0d0cd7b649723b68b9a0fe5211 (diff)
Make scrollbar behave better
Diffstat (limited to 'include/widgets/widget-internal.h')
-rw-r--r--include/widgets/widget-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h
index 4ffe6482..f3cebe2e 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -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;