diff options
author | vdb128 <vdb128@picaros.org> | 2007-12-20 16:08:28 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-12-20 16:08:28 -0800 |
commit | 8c6739ba1179337c7f8fa25680871e0813ef5181 (patch) | |
tree | 07f6692758ce2b0a783ac1896974ce1f13f938c9 /ClockP.h | |
parent | 870ebb6762f63c6587ee75aba50ee93257fa610b (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |