chiark / gitweb /
Imported Debian patch 1.0.0-6 debian/1.0.0-6
authorMark Wooding <mdw@distorted.org.uk>
Mon, 20 Jun 2011 18:58:54 +0000 (19:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jun 2011 15:18:37 +0000 (16:18 +0100)
debian/changelog
debian/patch/004_activate_noraise.patch [new file with mode: 0644]
debian/patch/series

index f62cfa77a5124dbfdd94b95b80b8a2cb8b689dc3..9eba312cb9db2a56ce8866274979fe36f2032f19 100644 (file)
@@ -1,3 +1,9 @@
+e16 (1.0.0-6) unstable; urgency=low
+
+  * Don't raise windows on _NET_ACTIVE_WINDOW.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 20 Jun 2011 19:58:54 +0100
+
 e16 (1.0.0-5) unstable; urgency=low
 
   * Private version for mdw.
diff --git a/debian/patch/004_activate_noraise.patch b/debian/patch/004_activate_noraise.patch
new file mode 100644 (file)
index 0000000..42061c2
--- /dev/null
@@ -0,0 +1,14 @@
+src/ewmh.c: Don't raise a window in response to _NET_ACTIVE_WINDOW.
+Index: e16-1.0.0/src/ewmh.c
+===================================================================
+--- e16-1.0.0.orig/src/ewmh.c  2011-06-20 19:18:02.000000000 +0100
++++ e16-1.0.0/src/ewmh.c       2011-06-20 19:18:05.000000000 +0100
+@@ -862,7 +862,7 @@
+       source = OPSRC(ev->data.l[0]);
+       ts = ev->data.l[1];
+ /*    cwin = ev->data.l[2]; */
+-      EwinOpActivate(ewin, source, 1);
++      EwinOpActivate(ewin, source, 0);
+       return 1;
+      }
+    if (ev->message_type == ECORE_X_ATOM_NET_CLOSE_WINDOW)
index 916e9109db4bb9d06398cf38fd6ac0b1317bd857..e78cc32b6978fbd75f5fd959b3994f92042a6d0b 100644 (file)
@@ -2,3 +2,4 @@
 001_menus.patch
 002_as_needed.patch
 003_compmgr_shape.patch
+004_activate_noraise.patch