summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorokan <okan>2009-06-23 21:52:38 +0000
committerokan <okan>2009-06-23 21:52:38 +0000
commitb13d592c572bde4a2b2039e7ef30e501ac97a21a (patch)
tree29d0e3d04468f09ef4e5f836c878001a1c7a0937 /screen.c
parentbcc0f73bb68bab7bff0e0c969b81fe7547caa58a (diff)
downloadcwm-b13d592c572bde4a2b2039e7ef30e501ac97a21a.tar.gz
cwm-b13d592c572bde4a2b2039e7ef30e501ac97a21a.tar.xz
cwm-b13d592c572bde4a2b2039e7ef30e501ac97a21a.zip
tidy up startup/init routines
ok oga@
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index e061149..fe9a61e 100644
--- a/screen.c
+++ b/screen.c
@@ -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)
 {