wmfs: Add comment

This commit is contained in:
martin 2008-10-24 16:29:36 +02:00
parent 5feff16f65
commit 25967b4f22

View File

@ -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);