Author: olivier
Date: 2006-11-27 20:33:45 +0000 (Mon, 27 Nov 2006)
New Revision: 23997

Modified:
   xfwm4/trunk/src/focus.c
Log:
Re-enable focus passing to previously focused window (req. on ML)

Modified: xfwm4/trunk/src/focus.c
===================================================================
--- xfwm4/trunk/src/focus.c     2006-11-27 20:27:04 UTC (rev 23996)
+++ xfwm4/trunk/src/focus.c     2006-11-27 20:33:45 UTC (rev 23997)
@@ -341,7 +341,6 @@
                     clientRaise (c2, None);
                 }
             }
-#if 0
             else
             {
                 c2 = clientGetNext (c, 0);
@@ -350,7 +349,6 @@
                     new_focus = c2;
                 }
             }
-#endif
         }
     }
     else if (XQueryPointer (myScreenGetXDisplay (screen_info), 
screen_info->xroot, &dr, &window, &rx, &ry, &wx, &wy, &mask))

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to