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 /Clock.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 'Clock.h')
-rw-r--r-- | Clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,8 +140,8 @@ SOFTWARE. #define XtNsharp "sharp" #define XtCSharp "Sharp" -typedef struct _ClockRec *ClockWidget; /* completely defined in ClockPrivate.h */ -typedef struct _ClockClassRec *ClockWidgetClass; /* completely defined in ClockPrivate.h */ +typedef struct _ClockRec *ClockWidget; /* completely defined in ClockP.h */ +typedef struct _ClockClassRec *ClockWidgetClass; /* completely defined in ClockP.h */ extern WidgetClass clockWidgetClass; |