CVSROOT: /var/cvs/freesci
Module name: freesci
Changes by: skovmanden 2002/07/13 19:38:00 GMT
Modified files:
. : ChangeLog
src/engine : kgraphics.c klists.c said.c said.y
src/gfx : font.c
Log message:
* src/engine/said.y: Fixed compiler errors by adding semicolons at
the end of each rule
* src/engine/kgraphics.c (kSetCursor): Now handles calls with one
parameter correctly. (a)
* src/engine/klists.c (kAddAfter): Removed a warning.
* src/gfx/font.c (gfxr_font_calculate_size): Changed fragments_nr
heuristic slightly. (b)
(a) and (b) both fix unreported problems in Hoyle's book of games -
(a) a disappearing cursor and (b) a segfault.
Lars