Add some more meaningful comments I found in an old file on the lcdproc.org

web site.
This commit is contained in:
mmdolze
2010-11-16 21:51:25 +00:00
parent 67c07b52dd
commit 9c1bde0ece
6 changed files with 28 additions and 7 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
/** \file server/screen.c
* Does screen management.
* This file stores all the screen definition-handling code. Functions here
* provide means to create new screens and destroy existing ones. Screens are
* identified by client and by the client's own identifiers for screens.
*/
/* This file is part of LCDd, the lcdproc server.