diff options
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; |