diff options
author | 2004-12-28 06:54:53 +0000 | |
---|---|---|
committer | 2004-12-28 06:54:53 +0000 | |
commit | c8c363a3502b4896ab87c759c562263690173d4a (patch) | |
tree | 4ad42b2354c5058b83c24b4e44de4cb0f7cf4a7d /x11-wm/icewm/files | |
parent | Make sure the game can find the data files #58849 by Olivier. (Manifest recom... (diff) | |
download | gentoo-2-c8c363a3502b4896ab87c759c562263690173d4a.tar.gz gentoo-2-c8c363a3502b4896ab87c759c562263690173d4a.tar.bz2 gentoo-2-c8c363a3502b4896ab87c759c562263690173d4a.zip |
Bump to 1.2.19
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.2.19 | 1 | ||||
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.19.ybutton.cc.patch | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/digest-icewm-1.2.19 b/x11-wm/icewm/files/digest-icewm-1.2.19 new file mode 100644 index 000000000000..a07c499f9296 --- /dev/null +++ b/x11-wm/icewm/files/digest-icewm-1.2.19 @@ -0,0 +1 @@ +MD5 b41ed20d1e0f22d456b909d59cbea74e icewm-1.2.19.tar.gz 948416 diff --git a/x11-wm/icewm/files/icewm-1.2.19.ybutton.cc.patch b/x11-wm/icewm/files/icewm-1.2.19.ybutton.cc.patch new file mode 100644 index 000000000000..2eeb379ecb41 --- /dev/null +++ b/x11-wm/icewm/files/icewm-1.2.19.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)); + } + } + |