public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@astralcloak.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwin/files/
Date: Thu, 12 Apr 2012 19:47:24 +0000 (UTC)	[thread overview]
Message-ID: <1334259915.b5bfb9409fd538daff462ed30796be00e6057d71.kensington@gentoo> (raw)

commit:     b5bfb9409fd538daff462ed30796be00e6057d71
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 12 19:45:15 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 12 19:45:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5bfb940

[kde-base/kwin] Remove unused patch applied upstream.

(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kwin/files/kwin-4.7.97-dragndrop.patch |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/kde-base/kwin/files/kwin-4.7.97-dragndrop.patch b/kde-base/kwin/files/kwin-4.7.97-dragndrop.patch
deleted file mode 100644
index cab9a2f..0000000
--- a/kde-base/kwin/files/kwin-4.7.97-dragndrop.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/kwin/layers.cpp b/kwin/layers.cpp
-index 931b988..31d1c49 100644
---- a/kwin/layers.cpp
-+++ b/kwin/layers.cpp
-@@ -174,6 +174,15 @@ void Workspace::propagateClients(bool propagate_new_clients)
- 
-         newWindowStack << (Window*)client->frameId();
-     }
-+
-+    // when having hidden previews, stack hidden windows below everything else
-+    // (as far as pure X stacking order is concerned), in order to avoid having
-+    // these windows that should be unmapped to interfere with other windows
-+    for (int i = stacking_order.size() - 1; i >= 0; i--) {
-+        if (!stacking_order.at(i)->hiddenPreview())
-+            continue;
-+        newWindowStack << (Window*)stacking_order.at(i)->frameId();
-+    }
-     // TODO isn't it too inefficient to restack always all clients?
-     // TODO don't restack not visible windows?
-     assert(newWindowStack.at(0) == (Window*)supportWindow->winId());



             reply	other threads:[~2012-04-12 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 19:47 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-25 16:36 [gentoo-commits] proj/kde:master commit in: kde-base/kwin/files/ Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334259915.b5bfb9409fd538daff462ed30796be00e6057d71.kensington@gentoo \
    --to=kensington@astralcloak.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox