chiark / gitweb /
Imported Debian patch 1.0.0-6
[e16] / debian / patch / 004_activate_noraise.patch
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
6 @@ -862,7 +862,7 @@
7         source = OPSRC(ev->data.l[0]);
8         ts = ev->data.l[1];
9  /*     cwin = ev->data.l[2]; */
10 -       EwinOpActivate(ewin, source, 1);
11 +       EwinOpActivate(ewin, source, 0);
12         return 1;
13       }
14     if (ev->message_type == ECORE_X_ATOM_NET_CLOSE_WINDOW)