There's a crash when linking against the latest
devel (5/12/2000) which is at least not observable
if linking against the libggi as shipped by debian-woody.
This is what gdb shows:
#0 GGI_X_flush (vis=0x81a47b8, x=0, y=0, w=640, h=480, tryflag=1) at
../../../libggi/display/X/mode.c:156
156 xcol.red = vis->palette[x].r;
(gdb) where
#0 GGI_X_flush (vis=0x81a47b8, x=0, y=0, w=640, h=480, tryflag=1) at
../../../libggi/display/X/mode.c:156
#1 0x401080b0 in ggiFlush (vis=0x81a47b8) at ../../libggi/ggi/stubs.c:70
#2 0x40106050 in ggiSetMode (vis=0x81a47b8, tm=0xbfffe67c) at
../../libggi/ggi/mode.c:143
#3 0x40107e46 in ggiSetSimpleMode (vis=0x81a47b8, xsize=0, ysize=0, frames=2, type=0)
at ../../libggi/ggi/mode.c:306
My GUESS: x is out of range.
X target. Hope this is of any usage.
--
Johannes