From 25967b4f22ecdf71d58dfea0ffabfa18afee32d0 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 24 Oct 2008 16:29:36 +0200 Subject: [PATCH] wmfs: Add comment --- src/wmfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wmfs.c b/src/wmfs.c index 4ebeb62..1778b2f 100644 --- a/src/wmfs.c +++ b/src/wmfs.c @@ -177,7 +177,7 @@ init(void) updatebutton(False); updatebar(); - /* INIT WORKABLE SPACE */ + /* INIT WORKABLE SPACE GEOMETRY */ sgeo.x = 0; sgeo.y = (conf.bartop) ? barheight + conf.titlebar.height : conf.titlebar.height; sgeo.width = DisplayWidth(dpy, screen);