From 7aeae86d36a1a04e93bb4be2216cb735acfab714 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 11 Feb 2024 15:18:27 +0000 Subject: More work --- guispec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guispec.c') 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 -- cgit v1.2.3