[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: typo in man page for cdk_label
From: |
Thomas Dickey |
Subject: |
Re: typo in man page for cdk_label |
Date: |
Sat, 19 Oct 2002 14:57:40 -0400 |
User-agent: |
Mutt/1.3.27i |
On Sat, Oct 19, 2002 at 02:12:17PM -0400, Lucas Gonze wrote:
>
> doc for this function mentions box twice. I assume the second item should
> be shadow.
you mean this one:
void moveCDKLabel (
CDKLABEL *label,
int box,
int box,
boolean relative,
boolean refresh);
Actually that should be
void moveCDKLabel (
CDKLABEL *label,
int xpos,
int ypos,
boolean relative,
boolean refresh);
> moveCDKLabel (CDKLABEL *label, int box, int box, boolean relative, boolean
> refresh);
I changed the manpage so the prototype is shown once - for readability
and consistency. But I didn't notice this error. (I tend to not read
manpages when I have the source code available).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
Re: #define in CDKScreen.h, Thomas Dickey, 2002/10/19