diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2024-02-11 15:18:27 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2024-02-11 15:18:27 +0000 |
commit | 7aeae86d36a1a04e93bb4be2216cb735acfab714 (patch) | |
tree | 88d113a905ea73fb2f32cc43283bed3decae3e76 /guispec.c | |
parent | 7c6a945996a1d5510ff1412320ac7d07a0f82851 (diff) |
More work
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 |