summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-03 23:51:15 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-03 23:51:15 +0100
commit495dfb4c208620b290b51af2fd6d809efba716d8 (patch)
treedce24b1ad3f08c543a3657360dfd6bc0775da2c8 /include/widgets/widget-internal.h
parent953e260511328ab16139188b03351eb3a40f16fb (diff)
Add support for margin.
Diffstat (limited to 'include/widgets/widget-internal.h')
-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 976b406f..6279de9e 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -16,6 +16,7 @@ struct _widget
/** Height of the widget */
short h;
/** Padding */
+ Padding margin;
Padding padding;
Padding border;