summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-09-22 22:41:14 +0000
committerDaniel Goller <morfic@gentoo.org>2005-09-22 22:41:14 +0000
commit2e89ac01f64dbc01fa047a03dca9a0c3fde702b5 (patch)
tree9f8c16b5e7791b21871e6cd8faaf701d9df36f1c /x11-wm/icewm/files
parentamule can be built without gtk. thank Flameeyes (diff)
downloadgentoo-2-2e89ac01f64dbc01fa047a03dca9a0c3fde702b5.tar.gz
gentoo-2-2e89ac01f64dbc01fa047a03dca9a0c3fde702b5.tar.bz2
gentoo-2-2e89ac01f64dbc01fa047a03dca9a0c3fde702b5.zip
Stabelizing 1.2.22 on ppc and amd64, adding 1.2.23 ~arch
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/digest-icewm-1.2.231
-rw-r--r--x11-wm/icewm/files/icewm-1.2.23.ybutton.cc.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/digest-icewm-1.2.23 b/x11-wm/icewm/files/digest-icewm-1.2.23
new file mode 100644
index 000000000000..290ac2ed89d6
--- /dev/null
+++ b/x11-wm/icewm/files/digest-icewm-1.2.23
@@ -0,0 +1 @@
+MD5 498a57f71ebbd541cef4aa635b4fc3b1 icewm-1.2.23.tar.gz 1017090
diff --git a/x11-wm/icewm/files/icewm-1.2.23.ybutton.cc.patch b/x11-wm/icewm/files/icewm-1.2.23.ybutton.cc.patch
new file mode 100644
index 000000000000..2eeb379ecb41
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-1.2.23.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));
+ }
+ }
+