summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-03 15:39:19 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-03 15:39:19 +0100
commit861b52a523dd32e081c5428acfda177bb5399944 (patch)
tree41105388bbd37faefcf2f2293a9a77a59cbf2e6d /include
parente982a439fbf2694be0a808b3eb09d67047c262fe (diff)
Add support for borders around widgets.
Diffstat (limited to 'include')
-rw-r--r--include/widgets/widget-internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h
index fdc45823..976b406f 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -16,7 +16,9 @@ struct _widget
/** Height of the widget */
short h;
/** Padding */
- Padding pad;
+ Padding padding;
+ Padding border;
+
/** enabled or not */
gboolean enabled;
/** Expand the widget when packed */