From 51d63765d41d9687b9551d0a593835bcb6c6d255 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 12 Jan 2001 16:34:40 +0000 Subject: *** empty log message *** --- generic/Group.c | 8 ++++++-- patchlvl.h | 4 ++-- sandbox/local.tcl | 2 +- sandbox/testarc.tcl | 2 +- sandbox/testicon.tcl | 2 +- sandbox/testpoly.tcl | 2 +- sandbox/testtext.tcl | 2 +- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/generic/Group.c b/generic/Group.c index 85e6fd4..9757535 100644 --- a/generic/Group.c +++ b/generic/Group.c @@ -536,8 +536,12 @@ CallRegularCC(Item item) * the following predicate is thus valid for testing * a clipbox. */ - /* Tue Nov 14 15:21:05 2000 Suppressed to have a constant - bbox to align tiles. Have to watch any possible breakage. + /* Tue Nov 14 15:21:05 2000 Suppressed to have a real + bbox to align tiles (i.e if an object is larger than + its enclosing clipping, the bbox is equal to the clip + area and the tiling will not move with the object until + it partially uncovered the clip area. + Have to watch any possible breakage. if (ITEM_P.CurrentClip(wi, NULL, &clip_box, NULL)) { ZnBBox inter; diff --git a/patchlvl.h b/patchlvl.h index 31f1e2e..4e23536 100644 --- a/patchlvl.h +++ b/patchlvl.h @@ -11,6 +11,6 @@ #ifndef ZINCVERSION #define ZINCVER 3 #define ZINCREV 1 -#define ZINCPLVL 22 -#define ZINCVERSION "zinc-version-3122" +#define ZINCPLVL 23 +#define ZINCVERSION "zinc-version-3123" #endif diff --git a/sandbox/local.tcl b/sandbox/local.tcl index d42ba2a..06931b6 100644 --- a/sandbox/local.tcl +++ b/sandbox/local.tcl @@ -9,7 +9,7 @@ image create photo logo -file logo.gif image create photo papier -file texture-paper.xpm image create photo penguin -file xpenguin.png -set r [zinc .r -relief sunken -localrender 1] +set r [zinc .r -relief sunken -render 1] pack .r -expand t -fill both .r configure -width 500 -height 500 set gr1 [.r add group $top] diff --git a/sandbox/testarc.tcl b/sandbox/testarc.tcl index 876bc97..335911d 100644 --- a/sandbox/testarc.tcl +++ b/sandbox/testarc.tcl @@ -10,7 +10,7 @@ image create photo papier -file texture-paper.xpm image create photo penguin -file xpenguin.png image create photo papier -file texture-paper.xpm -set r [zinc .r -backcolor gray -relief sunken -localrender 1] +set r [zinc .r -backcolor gray -relief sunken -render 0] pack .r -expand t -fill both .r configure -width 800 -height 500 #.r configure -drawbboxes t diff --git a/sandbox/testicon.tcl b/sandbox/testicon.tcl index 81ad0bd..2e177d3 100644 --- a/sandbox/testicon.tcl +++ b/sandbox/testicon.tcl @@ -10,7 +10,7 @@ image create photo bouton -file bouton.xpm image create photo boutond -file bouton-down.xpm set mask "fvwm.xbm" -set r [zinc .r -backcolor gray -relief sunken -localrender 0] +set r [zinc .r -backcolor gray -relief sunken -render 0] pack .r -expand t -fill both .r configure -width 800 -height 500 #.r configure -drawbboxes t diff --git a/sandbox/testpoly.tcl b/sandbox/testpoly.tcl index 837b8b5..b8330e5 100644 --- a/sandbox/testpoly.tcl +++ b/sandbox/testpoly.tcl @@ -33,7 +33,7 @@ set show {\ image create photo logo -file /usr/share/toccata/images/logo.gif #image create photo papier -file /usr/share/toccata/images/dgtexture-dragstrip.xpm -set r [zinc .r -backcolor gray -relief sunken -localrender 1] +set r [zinc .r -backcolor gray -relief sunken -render 0] pack .r -expand t -fill both .r configure -width 1024 -height 800 .r scale $top 1 -1 diff --git a/sandbox/testtext.tcl b/sandbox/testtext.tcl index b0281f4..f5edb9b 100644 --- a/sandbox/testtext.tcl +++ b/sandbox/testtext.tcl @@ -6,7 +6,7 @@ package require Img set mask "/usr/X11R6/include/X11/bitmaps/fvwm.xbm" set r [zinc .r -backcolor gray -relief sunken \ - -insertbackground red -insertwidth 10 -localrender 0] + -insertbackground red -insertwidth 10 -render 0] pack .r -expand t -fill both .r configure -width 800 -height 500 # .r configure -drawbboxes t -- cgit v1.1