sawfish r4289 - in branches/sawfish-experimental: . lisp/sawfish/wm/commands
- From: jkozicki svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4289 - in branches/sawfish-experimental: . lisp/sawfish/wm/commands
- Date: Wed, 17 Sep 2008 16:26:29 +0000 (UTC)
Author: jkozicki
Date: Wed Sep 17 16:26:28 2008
New Revision: 4289
URL: http://svn.gnome.org/viewvc/sawfish?rev=4289&view=rev
Log:
Warp-if-necessary when cycling by Christopher Bratusek. Add an option allowing to warp the pointer to windows while cycling.
Modified:
branches/sawfish-experimental/ChangeLog
branches/sawfish-experimental/THANKS
branches/sawfish-experimental/lisp/sawfish/wm/commands/x-cycle.jl
Modified: branches/sawfish-experimental/THANKS
==============================================================================
--- branches/sawfish-experimental/THANKS (original)
+++ branches/sawfish-experimental/THANKS Wed Sep 17 16:26:28 2008
@@ -10,7 +10,7 @@
- Christopher Bratusek for numerous patches & cleanup and other active contribution
- Dagfinn I. Mannsake for enter-click focus mode patch and xterm command patch
- Derek Upham for his documentation
- - Fernando Carmona Varo for Scroll viewport patch
+ - Fernando Carmona Varo for Scroll viewport patch and Warp-if-necessary when unmaximizing patch
- Fuchur for xinerama placement patch
- GSR for patches and other active contribution
- Harald van Dijk for QT menu focus patch, titlebar updates and parallel make
Modified: branches/sawfish-experimental/lisp/sawfish/wm/commands/x-cycle.jl
==============================================================================
--- branches/sawfish-experimental/lisp/sawfish/wm/commands/x-cycle.jl (original)
+++ branches/sawfish-experimental/lisp/sawfish/wm/commands/x-cycle.jl Wed Sep 17 16:26:28 2008
@@ -204,7 +204,8 @@
(show-window win))
(when cycle-raise-windows
(fluid-set x-cycle-stacking (stacking-order))
- (raise-window* win))
+ (raise-window* win)
+ (warp-pointer-if-necessary win))
(when cycle-show-window-names
(cycle-display-message))
(when (window-really-wants-input-p win)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]