]> git.pld-linux.org Git - packages/metacity.git/commitdiff
- for 2.8.2
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Mon, 16 Aug 2004 16:57:12 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    metacity-disable-prevention-focus-stealing-logic.patch -> 1.3

metacity-disable-prevention-focus-stealing-logic.patch

index d49363449848f33f3b63ce2576c1d04185c730a3..fbdeb898dac2223aa00757243d1c512e564f8d87 100644 (file)
@@ -1,11 +1,14 @@
---- src/window.c.orig  2004-08-16 12:32:27.875969184 +0200
-+++ src/window.c       2004-08-16 12:39:19.622374216 +0200
-@@ -1695,7 +1695,7 @@
-       break;
-     }
--  return FALSE;
-+  return TRUE;
- }
- void
+diff -p -u -r1.333 window.c
+--- src/window.c       31 Jul 2004 21:26:05 -0000      1.333
++++ src/window.c       4 Aug 2004 15:55:42 -0000
+@@ -1619,6 +1619,11 @@ window_takes_focus_on_map (MetaWindow *w
+     case META_WINDOW_NORMAL:
+     case META_WINDOW_DIALOG:
+     case META_WINDOW_MODAL_DIALOG:
++      /* Don't do focus stealing stuff; lame cop-out while we work on
++       * fixing http://bugzilla.gnome.org/show_bug.cgi?id=149028
++       */
++      return TRUE;
++
+       if (window->focus_despite_user_time)
+       return TRUE;
This page took 0.036489 seconds and 4 git commands to generate.