CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2009/08/24 15:22:48
Modified files:
app/cwm : calmwm.c calmwm.h client.c screen.c
Log message:
Instead of having a function that just calls TAILQ_INIT on a global, use
TAILQ_HEAD_INITIALIZER() and drop the function.
ok okan@
