aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-03-28 09:13:21 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-03-28 09:13:21 +0000
commit862f6c87111449c6d3d5752dfd6e242516cab60e (patch)
tree48c540f753ef325cf2e5b6b91b83b9e350431fe3 /x11-wm
parent05e2eb3bb9bf447a8cc0490a6a2dda4f1ace31e7 (diff)
downloadports-862f6c87111449c6d3d5752dfd6e242516cab60e.tar.gz
ports-862f6c87111449c6d3d5752dfd6e242516cab60e.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/files/patch-net_wm_icon11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-net_wm_icon b/x11-wm/windowmaker/files/patch-net_wm_icon
new file mode 100644
index 000000000000..df1b252cc2d8
--- /dev/null
+++ b/x11-wm/windowmaker/files/patch-net_wm_icon
@@ -0,0 +1,11 @@
+--- src/wmspec.c.old Sun Mar 27 19:42:28 2005
++++ src/wmspec.c Sun Mar 27 19:43:56 2005
+@@ -381,7 +381,7 @@
+ XA_CARDINAL, &actual_type_return, &actual_format_return,
+ &nitems_return, &bytes_after_return, &prop_return);
+
+- if (rc==Success && prop_return) {
++ if (0 && rc==Success && prop_return) {
+ unsigned int *data = (unsigned int *)prop_return;
+ unsigned int pos = 0, len = 0;
+ unsigned int best_pos = 0, best_tmp = ~0;