diff options
Diffstat (limited to 'guispec.c')
-rw-r--r-- | guispec.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |