]> git.pld-linux.org Git - packages/metacity.git/commitdiff
- update
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Mon, 16 Aug 2004 10:44:54 +0000 (10:44 +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.2

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

index fbdeb898dac2223aa00757243d1c512e564f8d87..d49363449848f33f3b63ce2576c1d04185c730a3 100644 (file)
@@ -1,14 +1,11 @@
-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;
+--- 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
This page took 0.115762 seconds and 4 git commands to generate.