summaryrefslogtreecommitdiff
path: root/src/track.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/track.c')
-rw-r--r--src/track.c33
1 files changed, 25 insertions, 8 deletions
diff --git a/src/track.c b/src/track.c
index fef9d72..039622d 100644
--- a/src/track.c
+++ b/src/track.c
@@ -1,20 +1,37 @@
/**
* @file
- * @author Norman Feske <nf2@inf.tu-dresden.de>
- * @author Edward A. Schneider <ESchneider@ida.org>
+ * @section AUTHORS
+ *
+ * Copyright (C) 2004-2005 Norman Feske <nf2@os.inf.tu-dresden.de>
+ *
+ * Authors:
+ * Eamon Walsh <ewalsh@tycho.nsa.gov>
+ * Edward A. Schneider <ESchneider@ida.org>
+ * Norman Feske <nf2@inf.tu-dresden.de>
*
* @section LICENSE
*
- * Copyright (C) 2004-2005 Norman Feske <nf2@os.inf.tu-dresden.de>
- * Technische Universitaet Dresden, Operating Systems Research Group
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; under version 2 of the License.
*
- * This file is part of the Overlay WM package, which is distributed
- * under the terms of the GNU General Public Licence 2. Please see
- * the COPYING file for details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* @section DESCRIPTION
- * This is the code for the Track process, running as part of a Linpicker client, that reports X events related to window management to the Linpicker server
*
+ * This is the linpicker_track program.
+ *
+ * The Linpicker version of track has been completely rewritten from scratch.
+ * The purpose of the program is to keep track of top level X Windows and
+ * report their position, size, and visibility to linpicker_server via a
+ * libvchan connection.
*/
#include <sys/types.h>