Marcus Sundberg writes:

>  Andrew Apted <[EMAIL PROTECTED]> writes:
>  
>  > That's what the code does (see defaults/stubs/gtext.c).  It could be a
>  > doc error.  Personally I think this return value is pretty non-useful,
>  > and it should just return 0 when successful.
>  
>  Well, it could be useful to do:
>  while (str < strend) {
>          cnt = ggiPuts(vis, x, y, str);
>          y += fontheight;
>          str += cnt;
>  }

True.  Will behave strangely though when clipped to the left (under
the current ggiPuts implementation anyway).

>  so I also think we should just make it return 0.

Yeah, for the lowly "use only for debugging" status that ggiPut{c,s}
have it's hardly worth the bother.

Cheers,
__
\/   Andrew Apted  <[EMAIL PROTECTED]>
 

Reply via email to