[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



The window system documentation (WINDOC) used to say that the messages
of TV:GRAPHICS-MIXIN allow floating point numbers to be given as X and Y
co-ordinates.  That was a mistake in the documentation; they should only
be documented to allow fixnums.  If you want to use floating point, you
should truncate or round them (with FIX or FIXR) yourself.  Sorry for
the confusion.