summaryrefslogtreecommitdiff
path: root/x11-wm/echinus/files/patch-ewmh.c
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-09-03 11:23:26 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-09-03 11:23:26 +0000
commit18733e8b6db40b2fc3f11e15dbce677e78c18e7a (patch)
tree3c1d9efd0874ed83fcff41db85060b43de3df8b5 /x11-wm/echinus/files/patch-ewmh.c
parent- update to 1.0.Alpha5.0 (diff)
- Update to 0.4.7
- Fix build with clang, While I'am here PR: ports/159961 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=281084
Diffstat (limited to 'x11-wm/echinus/files/patch-ewmh.c')
-rw-r--r--x11-wm/echinus/files/patch-ewmh.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/echinus/files/patch-ewmh.c b/x11-wm/echinus/files/patch-ewmh.c
new file mode 100644
index 000000000000..940c08ac5c75
--- /dev/null
+++ b/x11-wm/echinus/files/patch-ewmh.c
@@ -0,0 +1,11 @@
+--- ./ewmh.c.orig 2011-09-03 13:09:18.000000000 +0200
++++ ./ewmh.c 2011-09-03 13:09:46.000000000 +0200
+@@ -218,7 +218,7 @@
+ CARD32 data[2];
+
+ data[1] = None;
+- if ((state == atom[WindowStateFs])) {
++ if ((state = atom[WindowStateFs])) {
+ focus(c);
+ if (set && !c->ismax) {
+ c->wasfloating = c->isfloating;