pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/compiz-fusion-plugins-main/patches no need for patc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a7ac983c254
branches: trunk
changeset: 567873:0a7ac983c254
user: imil <imil%pkgsrc.org@localhost>
date: Thu Nov 26 20:02:13 2009 +0000
description:
no need for patches anymore
diffstat:
wm/compiz-fusion-plugins-main/patches/patch-aa | 43 --------------------------
1 files changed, 0 insertions(+), 43 deletions(-)
diffs (47 lines):
diff -r b5d007a416e1 -r 0a7ac983c254 wm/compiz-fusion-plugins-main/patches/patch-aa
--- a/wm/compiz-fusion-plugins-main/patches/patch-aa Thu Nov 26 20:00:20 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/04/17 16:14:56 drochner Exp $
-
---- src/expo/expo.c.orig 2007-10-15 19:43:43.000000000 +0200
-+++ src/expo/expo.c
-@@ -1030,10 +1030,6 @@ expoDonePaintScreen (CompScreen * s)
- continue;
- }
-
-- if (!(w->type & (CompWindowTypeNormalMask |
-- CompWindowTypeFullscreenMask)))
-- continue;
--
- xOffset = s->hsize * s->width;
- yOffset = s->vsize * s->height;
-
-@@ -1052,6 +1048,18 @@ expoDonePaintScreen (CompScreen * s)
- if (!inWindow)
- continue;
-
-+ /* make sure we never move windows we're not allowed to move */
-+ if (!w->managed)
-+ w = NULL;
-+ else if (!(w->actions & CompWindowActionMoveMask))
-+ w = NULL;
-+ else if (w->type & (CompWindowTypeDockMask |
-+ CompWindowTypeDesktopMask))
-+ w = NULL;
-+
-+ if (!w)
-+ break;
-+
- es->dndState = DnDDuring;
- es->dndWindow = w;
-
-@@ -1068,7 +1076,7 @@ expoDonePaintScreen (CompScreen * s)
- }
- else
- {
-- /* no window was hovered */
-+ /* no (movable) window was hovered */
- es->dndState = DnDNone;
- }
-
Home |
Main Index |
Thread Index |
Old Index