summaryrefslogtreecommitdiff
path: root/ULabel.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:13 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:13 +0000
commit69ecccb0fa674314d8e72084dbaae3b248494d19 (patch)
tree86abb42b178e1c5cf9c4e334424e6283a38b00da /ULabel.c
parentc9df46d65c9ba7c39c8c0fb355199ff3627ae76e (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'ULabel.c')
-rw-r--r--ULabel.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/ULabel.c b/ULabel.c
index c449ea3..0f4d1c3 100644
--- a/ULabel.c
+++ b/ULabel.c
@@ -47,7 +47,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/programs/xfontsel/ULabel.c,v 1.3 2001/10/28 03:34:32 tsi Exp $ */
+/* $XFree86: xc/programs/xfontsel/ULabel.c,v 1.4 2003/10/24 20:38:18 tsi Exp $ */
/*
* ULabel.c - UCSLabel widget
@@ -274,10 +274,11 @@ static void _XawLabelDrawUCS(dpy, d, gc, x, y, str, n)
XDrawString16(dpy, d, gc, x, y, buf2b, ptr - buf2b);
}
-static int _XawLabelWidthUCS(fs, str, n)
- XFontStruct *fs;
- char *str;
- int n;
+static int _XawLabelWidthUCS(
+ XFontStruct *fs,
+ char *str,
+ int n
+)
{
char *ep;
unsigned short codepoint;