diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-07-27 02:12:04 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-07-27 02:12:04 +0000 |
commit | 65f3a7f246e7d15100168d26151f8dce46bdf660 (patch) | |
tree | 086124e3275c6abb1f40ee3cce27b5caa17e2130 /x11-wm/icewm/files | |
parent | old (diff) | |
download | gentoo-2-65f3a7f246e7d15100168d26151f8dce46bdf660.tar.gz gentoo-2-65f3a7f246e7d15100168d26151f8dce46bdf660.tar.bz2 gentoo-2-65f3a7f246e7d15100168d26151f8dce46bdf660.zip |
Making 1.2.21 stable on ppc and x86 and adding 1.2.22
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.2.22 | 1 | ||||
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.22.ybutton.cc.patch | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/digest-icewm-1.2.22 b/x11-wm/icewm/files/digest-icewm-1.2.22 new file mode 100644 index 000000000000..79519a62ac76 --- /dev/null +++ b/x11-wm/icewm/files/digest-icewm-1.2.22 @@ -0,0 +1 @@ +MD5 ed156744dc2967518cea4eb952d1983e icewm-1.2.22.tar.gz 990315 diff --git a/x11-wm/icewm/files/icewm-1.2.22.ybutton.cc.patch b/x11-wm/icewm/files/icewm-1.2.22.ybutton.cc.patch new file mode 100644 index 000000000000..2eeb379ecb41 --- /dev/null +++ b/x11-wm/icewm/files/icewm-1.2.22.ybutton.cc.patch @@ -0,0 +1,20 @@ +--- ybutton.cc.orig 2004-11-07 13:49:19.926827944 -0600 ++++ ybutton.cc 2004-11-07 13:49:30.113279368 -0600 +@@ -103,8 +103,7 @@ + g.setColor(surface.color); + + if (wmLook == lookMetal) { +- g.drawBorderM(x, y, w - 1, h - 1, !d); +- d = 0; x += 2; y += 2; w -= 4; h -= 4; ++ d=0; + } else if (wmLook == lookGtk) { + g.drawBorderG(x, y, w - 1, h - 1, !d); + x += 1 + d; y += 1 + d; w -= 3; h -= 3; +@@ -114,7 +113,6 @@ + } + + paint(g, d, YRect(x, y, w, h)); +- paintFocus(g, YRect(x, y, w, h)); + } + } + |