diff options
Diffstat (limited to 'x11-wm/echinus/files/patch-ewmh.c')
-rw-r--r-- | x11-wm/echinus/files/patch-ewmh.c | 11 |
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; |