summaryrefslogtreecommitdiff
path: root/guispec.c
diff options
context:
space:
mode:
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