summaryrefslogtreecommitdiff
path: root/Clock.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 /Clock.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 'Clock.h')
-rw-r--r--Clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Clock.h b/Clock.h
index cf0744e..fe0f3ce 100644
--- a/Clock.h
+++ b/Clock.h
@@ -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;