1 src/ewmh.c: Don't raise a window in response to _NET_ACTIVE_WINDOW.
2 Index: e16-1.0.0/src/ewmh.c
3 ===================================================================
4 --- e16-1.0.0.orig/src/ewmh.c 2011-06-20 19:18:02.000000000 +0100
5 +++ e16-1.0.0/src/ewmh.c 2011-06-20 19:18:05.000000000 +0100
7 source = OPSRC(ev->data.l[0]);
9 /* cwin = ev->data.l[2]; */
10 - EwinOpActivate(ewin, source, 1);
11 + EwinOpActivate(ewin, source, 0);
14 if (ev->message_type == ECORE_X_ATOM_NET_CLOSE_WINDOW)