summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2004-11-07 20:00:07 +0000
committerDaniel Goller <morfic@gentoo.org>2004-11-07 20:00:07 +0000
commit630faf7afdb1afff2e96bbe5813501de87f79680 (patch)
tree314203839ee54b98c7d379d19dce15bf5302737f /x11-wm/icewm/files
parentVersion bump. (diff)
downloadhistorical-630faf7afdb1afff2e96bbe5813501de87f79680.tar.gz
historical-630faf7afdb1afff2e96bbe5813501de87f79680.tar.bz2
historical-630faf7afdb1afff2e96bbe5813501de87f79680.zip
Bump to 1.2.17 final
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/digest-icewm-1.2.171
-rw-r--r--x11-wm/icewm/files/icewm-1.2.17.ybutton.cc.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/digest-icewm-1.2.17 b/x11-wm/icewm/files/digest-icewm-1.2.17
new file mode 100644
index 000000000000..88f078823948
--- /dev/null
+++ b/x11-wm/icewm/files/digest-icewm-1.2.17
@@ -0,0 +1 @@
+MD5 8fbbbffcc14f8c2de7e9c3069b46d6c1 icewm-1.2.17.tar.gz 947429
diff --git a/x11-wm/icewm/files/icewm-1.2.17.ybutton.cc.patch b/x11-wm/icewm/files/icewm-1.2.17.ybutton.cc.patch
new file mode 100644
index 000000000000..2eeb379ecb41
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-1.2.17.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));
+ }
+ }
+