diff options
author | hobbs <hobbs> | 2000-03-02 23:52:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-03-02 23:52:55 (GMT) |
commit | b93159911b0f165035cde37eb6cc152e758f12f9 (patch) | |
tree | 29e823688f48198490f26d021a0de72b58d2e65d /tests/winfo.test | |
parent | 9e115e8e9969916fbac1c83d9db2b2b773927f30 (diff) | |
download | tk-b93159911b0f165035cde37eb6cc152e758f12f9.zip tk-b93159911b0f165035cde37eb6cc152e758f12f9.tar.gz tk-b93159911b0f165035cde37eb6cc152e758f12f9.tar.bz2 |
* tests/color.test:
* xlib/xcolors.c (XParseColor FindColor):
* win/tkWinColor.c (XAllocColor): Fixed bit fiddling for colors to
return "correct" values for color mapping. [Bug: 4282]
Diffstat (limited to 'tests/winfo.test')
-rw-r--r-- | tests/winfo.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/winfo.test b/tests/winfo.test index 82bc261..443ab66 100644 --- a/tests/winfo.test +++ b/tests/winfo.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winfo.test,v 1.4 1999/04/16 01:51:44 stanton Exp $ +# RCS: @(#) $Id: winfo.test,v 1.5 2000/03/02 23:52:57 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -367,15 +367,3 @@ foreach i [winfo children .] { # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - |