summaryrefslogtreecommitdiff
path: root/guispec.c
blob: 2539182e761b3d667a3f57dad527d0a6d0d5eb10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <u.h>
#include <libc.h>
#include <draw.h>

#include "guifs.h"

int containerprops[] = {Pbackground, Porientation};

GuiSpec guispecs[Gmax] = {
	[Gcontainer] = { "container",	drawcontainer,	layoutcontainer,	nelem(containerprops),	containerprops}
};