Menustuff added/modified!

This commit is contained in:
robijn
2002-05-26 19:21:23 +00:00
parent dc4c049721
commit 3168d4cafc
27 changed files with 2304 additions and 584 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* client_data.h
* client.c
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
@@ -260,4 +260,4 @@ client_remove_screen (Client * c, Screen * s)
int client_screen_count (Client * c)
{
return LL_Length(c->screenlist);
}
}