sawfish r4335 - in trunk: . lisp/sawfish/wm/commands man



Author: chrisb
Date: Sat Dec 27 09:14:32 2008
New Revision: 4335
URL: http://svn.gnome.org/viewvc/sawfish?rev=4335&view=rev

Log:
Warp cursor to windows when cycling, if warp-cursor is enabled


Modified:
   trunk/ChangeLog
   trunk/lisp/sawfish/wm/commands/x-cycle.jl
   trunk/man/news.texi

Modified: trunk/lisp/sawfish/wm/commands/x-cycle.jl
==============================================================================
--- trunk/lisp/sawfish/wm/commands/x-cycle.jl	(original)
+++ trunk/lisp/sawfish/wm/commands/x-cycle.jl	Sat Dec 27 09:14:32 2008
@@ -202,6 +202,7 @@
         (show-window win))
       (when cycle-raise-windows
         (fluid-set x-cycle-stacking (stacking-order))
+        (warp-pointer-if-necessary win)
         (raise-window* win))
       (when cycle-show-window-names
         (cycle-display-message))

Modified: trunk/man/news.texi
==============================================================================
--- trunk/man/news.texi	(original)
+++ trunk/man/news.texi	Sat Dec 27 09:14:32 2008
@@ -20,6 +20,12 @@
 @item rep-gtk 0.18.3 -> 0.18.4
 @end itemize
 
+ item New features:
+ itemize @minus
+
+ item Warp cursor to windows, when cycling, if warp-cursor is enabled [Christopher Bratusek]
+ end itemize
+
 @item Other changes:
 @itemize @minus
 @item Added ebuild [Harald van Dijk]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]