From: Mark Wooding Date: Mon, 20 Jun 2011 18:58:54 +0000 (+0100) Subject: Imported Debian patch 1.0.0-6 X-Git-Tag: debian/1.0.0-6^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/e16/commitdiff_plain/2855c87f9022c0d77d26cc13c86b7ea657751e9b Imported Debian patch 1.0.0-6 --- diff --git a/debian/changelog b/debian/changelog index f62cfa7..9eba312 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e16 (1.0.0-6) unstable; urgency=low + + * Don't raise windows on _NET_ACTIVE_WINDOW. + + -- Mark Wooding 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 index 0000000..42061c2 --- /dev/null +++ b/debian/patch/004_activate_noraise.patch @@ -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) diff --git a/debian/patch/series b/debian/patch/series index 916e910..e78cc32 100644 --- a/debian/patch/series +++ b/debian/patch/series @@ -2,3 +2,4 @@ 001_menus.patch 002_as_needed.patch 003_compmgr_shape.patch +004_activate_noraise.patch