summaryrefslogtreecommitdiff
path: root/guispec.c
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2024-02-11 15:18:27 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2024-02-11 15:18:27 +0000
commit7aeae86d36a1a04e93bb4be2216cb735acfab714 (patch)
tree88d113a905ea73fb2f32cc43283bed3decae3e76 /guispec.c
parent7c6a945996a1d5510ff1412320ac7d07a0f82851 (diff)
More work
Diffstat (limited to 'guispec.c')
-rw-r--r--guispec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/guispec.c b/guispec.c
index ddd0cd5..2539182 100644
--- a/guispec.c
+++ b/guispec.c
@@ -4,7 +4,8 @@
#include "guifs.h"
+int containerprops[] = {Pbackground, Porientation};
+
GuiSpec guispecs[Gmax] = {
- [Gnone] = { "none", drawnone, layoutnone, 1, {Pbackground}},
- [Gcontainer] = { "container", drawcontainer, layoutcontainer, 1, {Pbackground}},
+ [Gcontainer] = { "container", drawcontainer, layoutcontainer, nelem(containerprops), containerprops}
}; \ No newline at end of file