summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-30 18:31:30 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-30 18:31:30 +0100
commiteafd4697a28b54422a86a2fba686456b78e9486b (patch)
tree1d7948a63522666d29d64c49f17fda129144dd38 /include/widgets/widget-internal.h
parent04ad719c01c9c339587fece685294c4492737ca8 (diff)
Fix some of the sizing issues.
Diffstat (limited to 'include/widgets/widget-internal.h')
-rw-r--r--include/widgets/widget-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h
index efb43f78..0eb1ef54 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -41,6 +41,8 @@ struct _widget
/** Handle mouse motion, used for dragging */
gboolean ( *motion_notify )( struct _widget *, xcb_motion_notify_event_t * );
+ int (*get_desired_height) ( struct _widget * );
+
/** widget clicked callback */
widget_clicked_cb clicked;
/** user data for clicked callback */