summaryrefslogtreecommitdiff
path: root/ClockP.h
diff options
context:
space:
mode:
authorvdb128 <vdb128@picaros.org>2007-12-20 16:08:28 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-12-20 16:08:28 -0800
commit8c6739ba1179337c7f8fa25680871e0813ef5181 (patch)
tree07f6692758ce2b0a783ac1896974ce1f13f938c9 /ClockP.h
parent870ebb6762f63c6587ee75aba50ee93257fa610b (diff)
X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating
X.Org Bugzilla #13537 <https://bugs.freedesktop.org/show_bug.cgi?id=13537> Patch #12964 <https://bugs.freedesktop.org/attachment.cgi?id=12964&action=view>
Diffstat (limited to 'ClockP.h')
-rw-r--r--ClockP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClockP.h b/ClockP.h
index 6e83ba7..debad54 100644
--- a/ClockP.h
+++ b/ClockP.h
@@ -85,7 +85,7 @@ typedef struct {
GC HandGC; /* Hand GC */
GC HighGC; /* Highlighting GC */
/* start of graph stuff */
- int update; /* update frequence */
+ int update; /* update period in second */
Dimension radius; /* radius factor */
int backing_store; /* backing store type */
Boolean chime;