summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaleb <empty>1995-09-12 19:23:55 +0000
committerkaleb <empty>1995-09-12 19:23:55 +0000
commit1ffe031b5b28fd0421a450c57055e22f988b8c76 (patch)
treed736e4543e27e79ae94bc2eaf9eaca1388fcf07a
parentb101c43f68667f93fb3f2c6c03ff02060e0e3c04 (diff)
no bug-report. It's Default, not "Defalut"
-rw-r--r--xc/lib/X11/omDefault.c52
1 files changed, 26 insertions, 26 deletions
diff --git a/xc/lib/X11/omDefault.c b/xc/lib/X11/omDefault.c
index 12373181e..46c496c75 100644
--- a/xc/lib/X11/omDefault.c
+++ b/xc/lib/X11/omDefault.c
@@ -1,4 +1,4 @@
-/* $XConsortium: omDefault.c,v 1.1 94/01/20 17:57:00 rws Exp $ */
+/* $XConsortium: omDefault.c,v 1.2 94/03/28 21:38:48 rws Exp kaleb $ */
/*
* Copyright 1992, 1993 by TOSHIBA Corp.
*
@@ -64,9 +64,9 @@ wcs_to_mbs(oc, to, from, length)
int
#if NeedFunctionPrototypes
-_XmbDefalutTextEscapement(XOC oc, _Xconst char *text, int length)
+_XmbDefaultTextEscapement(XOC oc, _Xconst char *text, int length)
#else
-_XmbDefalutTextEscapement(oc, text, length)
+_XmbDefaultTextEscapement(oc, text, length)
XOC oc;
char *text;
int length;
@@ -77,9 +77,9 @@ _XmbDefalutTextEscapement(oc, text, length)
int
#if NeedFunctionPrototypes
-_XwcDefalutTextEscapement(XOC oc, _Xconst wchar_t *text, int length)
+_XwcDefaultTextEscapement(XOC oc, _Xconst wchar_t *text, int length)
#else
-_XwcDefalutTextEscapement(oc, text, length)
+_XwcDefaultTextEscapement(oc, text, length)
XOC oc;
wchar_t *text;
int length;
@@ -95,7 +95,7 @@ _XwcDefalutTextEscapement(oc, text, length)
if (wcs_to_mbs(oc, buf, text, length) == False)
goto err;
- ret = _XmbDefalutTextEscapement(oc, buf, length);
+ ret = _XmbDefaultTextEscapement(oc, buf, length);
err:
FreeLocalBuf(buf);
@@ -105,10 +105,10 @@ err:
int
#if NeedFunctionPrototypes
-_XmbDefalutTextExtents(XOC oc, _Xconst char *text, int length,
+_XmbDefaultTextExtents(XOC oc, _Xconst char *text, int length,
XRectangle *overall_ink, XRectangle *overall_logical)
#else
-_XmbDefalutTextExtents(oc, text, length, overall_ink, overall_logical)
+_XmbDefaultTextExtents(oc, text, length, overall_ink, overall_logical)
XOC oc;
char *text;
int length;
@@ -141,10 +141,10 @@ _XmbDefalutTextExtents(oc, text, length, overall_ink, overall_logical)
int
#if NeedFunctionPrototypes
-_XwcDefalutTextExtents(XOC oc, _Xconst wchar_t *text, int length,
+_XwcDefaultTextExtents(XOC oc, _Xconst wchar_t *text, int length,
XRectangle *overall_ink, XRectangle *overall_logical)
#else
-_XwcDefalutTextExtents(oc, text, length, overall_ink, overall_logical)
+_XwcDefaultTextExtents(oc, text, length, overall_ink, overall_logical)
XOC oc;
wchar_t *text;
int length;
@@ -162,7 +162,7 @@ _XwcDefalutTextExtents(oc, text, length, overall_ink, overall_logical)
if (wcs_to_mbs(oc, buf, text, length) == False)
goto err;
- ret = _XmbDefalutTextExtents(oc, buf, length, overall_ink, overall_logical);
+ ret = _XmbDefaultTextExtents(oc, buf, length, overall_ink, overall_logical);
err:
FreeLocalBuf(buf);
@@ -172,13 +172,13 @@ err:
Status
#if NeedFunctionPrototypes
-_XmbDefalutTextPerCharExtents(XOC oc, _Xconst char *text, int length,
+_XmbDefaultTextPerCharExtents(XOC oc, _Xconst char *text, int length,
XRectangle *ink_buf, XRectangle *logical_buf,
int buf_size, int *num_chars,
XRectangle *overall_ink,
XRectangle *overall_logical)
#else
-_XmbDefalutTextPerCharExtents(oc, text, length, ink_buf, logical_buf, buf_size,
+_XmbDefaultTextPerCharExtents(oc, text, length, ink_buf, logical_buf, buf_size,
num_chars, overall_ink, overall_logical)
XOC oc;
char *text;
@@ -255,13 +255,13 @@ _XmbDefalutTextPerCharExtents(oc, text, length, ink_buf, logical_buf, buf_size,
Status
#if NeedFunctionPrototypes
-_XwcDefalutTextPerCharExtents(XOC oc, _Xconst wchar_t *text, int length,
+_XwcDefaultTextPerCharExtents(XOC oc, _Xconst wchar_t *text, int length,
XRectangle *ink_buf, XRectangle *logical_buf,
int buf_size, int *num_chars,
XRectangle *overall_ink,
XRectangle *overall_logical)
#else
-_XwcDefalutTextPerCharExtents(oc, text, length, ink_buf, logical_buf, buf_size,
+_XwcDefaultTextPerCharExtents(oc, text, length, ink_buf, logical_buf, buf_size,
num_chars, overall_ink, overall_logical)
XOC oc;
wchar_t *text;
@@ -284,7 +284,7 @@ _XwcDefalutTextPerCharExtents(oc, text, length, ink_buf, logical_buf, buf_size,
if (wcs_to_mbs(oc, buf, text, length) == False)
goto err;
- ret = _XmbDefalutTextPerCharExtents(oc, buf, length, ink_buf, logical_buf,
+ ret = _XmbDefaultTextPerCharExtents(oc, buf, length, ink_buf, logical_buf,
buf_size, num_chars, overall_ink,
overall_logical);
@@ -296,10 +296,10 @@ err:
int
#if NeedFunctionPrototypes
-_XmbDefalutDrawString(Display *dpy, Drawable d, XOC oc, GC gc, int x, int y,
+_XmbDefaultDrawString(Display *dpy, Drawable d, XOC oc, GC gc, int x, int y,
_Xconst char *text, int length)
#else
-_XmbDefalutDrawString(dpy, d, oc, gc, x, y, text, length)
+_XmbDefaultDrawString(dpy, d, oc, gc, x, y, text, length)
Display *dpy;
Drawable d;
XOC oc;
@@ -319,10 +319,10 @@ _XmbDefalutDrawString(dpy, d, oc, gc, x, y, text, length)
int
#if NeedFunctionPrototypes
-_XwcDefalutDrawString(Display *dpy, Drawable d, XOC oc, GC gc, int x, int y,
+_XwcDefaultDrawString(Display *dpy, Drawable d, XOC oc, GC gc, int x, int y,
_Xconst wchar_t *text, int length)
#else
-_XwcDefalutDrawString(dpy, d, oc, gc, x, y, text, length)
+_XwcDefaultDrawString(dpy, d, oc, gc, x, y, text, length)
Display *dpy;
Drawable d;
XOC oc;
@@ -342,7 +342,7 @@ _XwcDefalutDrawString(dpy, d, oc, gc, x, y, text, length)
if (wcs_to_mbs(oc, buf, text, length) == False)
goto err;
- ret = _XmbDefalutDrawString(dpy, d, oc, gc, x, y, buf, length);
+ ret = _XmbDefaultDrawString(dpy, d, oc, gc, x, y, buf, length);
err:
FreeLocalBuf(buf);
@@ -352,10 +352,10 @@ err:
void
#if NeedFunctionPrototypes
-_XmbDefalutDrawImageString(Display *dpy, Drawable d, XOC oc, GC gc, int x,
+_XmbDefaultDrawImageString(Display *dpy, Drawable d, XOC oc, GC gc, int x,
int y, _Xconst char *text, int length)
#else
-_XmbDefalutDrawImageString(dpy, d, oc, gc, x, y, text, length)
+_XmbDefaultDrawImageString(dpy, d, oc, gc, x, y, text, length)
Display *dpy;
Drawable d;
XOC oc;
@@ -371,10 +371,10 @@ _XmbDefalutDrawImageString(dpy, d, oc, gc, x, y, text, length)
void
#if NeedFunctionPrototypes
-_XwcDefalutDrawImageString(Display *dpy, Drawable d, XOC oc, GC gc, int x,
+_XwcDefaultDrawImageString(Display *dpy, Drawable d, XOC oc, GC gc, int x,
int y, _Xconst wchar_t *text, int length)
#else
-_XwcDefalutDrawImageString(dpy, d, oc, gc, x, y, text, length)
+_XwcDefaultDrawImageString(dpy, d, oc, gc, x, y, text, length)
Display *dpy;
Drawable d;
XOC oc;
@@ -393,7 +393,7 @@ _XwcDefalutDrawImageString(dpy, d, oc, gc, x, y, text, length)
if (wcs_to_mbs(oc, buf, text, length) == False)
goto err;
- _XmbDefalutDrawImageString(dpy, d, oc, gc, x, y, buf, length);
+ _XmbDefaultDrawImageString(dpy, d, oc, gc, x, y, buf, length);
err:
FreeLocalBuf(buf);