[cl-gtk2-devel] Bug in gdk/gdk.gc.lisp

J. Roberto B. de A. Monteiro jrm at member.fsf.org
Mon Oct 11 23:40:56 UTC 2010


Hello,

I got a recent version cl-gtk2 by 'git clone' (I made a 'git pull' a few seconds ago).

The slot name of gc-values is missing a char: it is written 'foregound' instead of 'foreground', in line 3 of gdk/gdk.gc.lisp:

  (foregound color :initform (make-color) :inline t)

instead of:
  (foreground color :initform (make-color) :inline t)

Regards,
JRM





More information about the cl-gtk2-devel mailing list