Index: [thread] [date] [subject] [author]
  From: Club Neon <clubneon@hereintown.net>
  To  : ggi-develop@eskimo.com
  Date: Tue, 6 Jul 1999 22:32:31 -0400

ggiPutBox Terminating on signal 11

In a previous conversation, Andreas pointed out that ggiPutBox was a little
fast, but used more memory than ggiPutHLine, but used more memory.  I
desided to check both out myself, indeed I couldn't tell the difference in
speed at 320x200, but at 640x480 PutBox would cause my program to terminate
on sig 11.

So it does seem that PutBox is using more memory, but not checking to see if
it has that much more to use.  A test for NULL isn't so much overhead that
it wasn't left out for performance reasons was it?

Anyway, I'm running libGGI beta 2.1, don't know if it has been fixed since
then.

Index: [thread] [date] [subject] [author]