aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-20 19:45:53 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-20 19:45:53 +0000
commit6533b258e4075b3be1103ca700d55d2eb602249d (patch)
tree3222e08dee1012cea916b7dd7d6bcfe0e22fc0fb
parenteadcfd642afa5bc71ae3c16679943ae0d0710d2e (diff)
Explain in more detail what this file is for.
svn path=/trunk/; revision=15481
-rw-r--r--ui_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index f8eba48b1a..c233b6f3a2 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,5 +1,7 @@
/* ui_util.h
- * Definitions for UI utility routines
+ * Declarations of UI utility routines; these routines have GUI-independent
+ * APIs, but GUI-dependent implementations, so that they can be called by
+ * GUI-independent code to affect the GUI.
*
* $Id$
*