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;
}
But on the other hand the performance hit if we implement it to make
the above possible will be noticable if you have HW clipping, so I
also think we should just make it return 0.
//Marcus
--
-------------------------------+------------------------------------
Marcus Sundberg | http://www.stacken.kth.se/~mackan
Royal Institute of Technology | Phone: +46 707 295404
Stockholm, Sweden | E-Mail: [EMAIL PROTECTED]