scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scx/scheme/xlib color.scm,1.3,1.4

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scx/scheme/xlib color.scm,1.3,1.4
From: David Frese <frese@users.sourceforge.net>
Date: Thu, 19 Jul 2001 08:07:14 -0700
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scx/scheme/xlib
In directory usw-pr-cvs1:/tmp/cvs-serv19777

Modified Files:
        color.scm 
Log Message:
added forgotten parameter to %lookup-color.


Index: color.scm
===================================================================
RCS file: /cvsroot/scsh/scx/scheme/xlib/color.scm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** color.scm   2001/07/16 13:08:08     1.3
--- color.scm   2001/07/19 15:07:12     1.4
***************
*** 62,65 ****
        (error "no such color:" color-name))))
  
! (import-lambda-definition %lookup-color (Xcolormap Xdisplay)
    "Lookup_Color")
--- 62,65 ----
        (error "no such color:" color-name))))
  
! (import-lambda-definition %lookup-color (Xcolormap Xdisplay name)
    "Lookup_Color")



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scx/scheme/xlib color.scm,1.3,1.4, David Frese <=