From 7103716bec657daedd87e744a87ff2c46c3bbf40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=A4sken?= Date: Thu, 13 Sep 2001 08:27:03 +0000 Subject: [PATCH] *** empty log message *** --- Packages/cgal_window/changes.txt | 2 ++ Packages/cgal_window/include/CGAL/LEDA/color.h | 9 ++++----- Packages/cgal_window/version | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Packages/cgal_window/changes.txt b/Packages/cgal_window/changes.txt index 97499f2fc67..d0ae16d46c0 100644 --- a/Packages/cgal_window/changes.txt +++ b/Packages/cgal_window/changes.txt @@ -1,3 +1,5 @@ +1.0.6 SunPro 5.3 fix added (suggested by Michael Hoffmann) + 1.0.5 fix for SunPro CC added in _base_window.C 1.0.4 cursorfont.h changed diff --git a/Packages/cgal_window/include/CGAL/LEDA/color.h b/Packages/cgal_window/include/CGAL/LEDA/color.h index 326504bbaf4..6bb5c050e5b 100644 --- a/Packages/cgal_window/include/CGAL/LEDA/color.h +++ b/Packages/cgal_window/include/CGAL/LEDA/color.h @@ -12,10 +12,10 @@ // release_date : $CGAL_Date: 2001/06/21 $ // // file : include/CGAL/LEDA/color.h -// package : cgal_window (1.0.3) +// package : cgal_window (1.0.6) // maintainer : Matthias Baesken -// revision : 1.0.3 -// revision_date : 25 June 2001 +// revision : 1.0.6 +// revision_date : 13 September 2001 // author(s) : Matthias Baesken, Algorithmic Solutions // // coordinator : Matthias Baesken, Trier () @@ -100,8 +100,7 @@ public: operator int() const { return col_index; } - -#if defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x500) +#if defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x500) && (__SUNPRO_CC < 0x530) friend bool operator==(const color& c1 , const color& c2) { return c1.col_index == c2.col_index; } diff --git a/Packages/cgal_window/version b/Packages/cgal_window/version index ba3ec1f16ce..97a80c595e5 100644 --- a/Packages/cgal_window/version +++ b/Packages/cgal_window/version @@ -1 +1 @@ -1.0.5 (16 Aug 2001) +1.0.6 (13 Sept 2001)