tidy up startup/init routines

ok oga@
This commit is contained in:
okan
2009-06-23 21:52:38 +00:00
parent bcc0f73bb6
commit b13d592c57
4 changed files with 14 additions and 7 deletions

View File

@ -24,6 +24,12 @@
extern struct screen_ctx_q Screenq;
extern struct screen_ctx *Curscreen;
void
screen_init(void)
{
TAILQ_INIT(&Screenq);
}
struct screen_ctx *
screen_fromroot(Window rootwin)
{