sawfish r4417 - in trunk: . lisp/sawfish/wm/animation man
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4417 - in trunk: . lisp/sawfish/wm/animation man
- Date: Sun, 15 Feb 2009 23:32:46 +0000 (UTC)
Author: chrisb
Date: Sun Feb 15 23:32:46 2009
New Revision: 4417
URL: http://svn.gnome.org/viewvc/sawfish?rev=4417&view=rev
Log:
lisp/sawfish/wm/animation/outline.jl: load sawfish.wm.gaol for screen-width/height to be set
Modified:
trunk/ChangeLog
trunk/lisp/sawfish/wm/animation/outline.jl
trunk/man/news.texi
Modified: trunk/lisp/sawfish/wm/animation/outline.jl
==============================================================================
--- trunk/lisp/sawfish/wm/animation/outline.jl (original)
+++ trunk/lisp/sawfish/wm/animation/outline.jl Sun Feb 15 23:32:46 2009
@@ -30,11 +30,12 @@
sawfish.wm.window-anim
sawfish.wm.custom
sawfish.wm.util.window-outline
+ sawfish.wm.gaol
rep.io.timers)
(define-structure-alias anim-outline sawfish.wm.animation.outline)
- (defcustom anim-outline-icon-coords '(cons (screen-width) (screen-height))
+ (defcustom anim-outline-icon-coords (cons (screen-width) (screen-height))
"Animation Outline Coordinates"
:type (pair (number 1) (number 1))
:group (appearance animation))
Modified: trunk/man/news.texi
==============================================================================
--- trunk/man/news.texi (original)
+++ trunk/man/news.texi Sun Feb 15 23:32:46 2009
@@ -38,6 +38,8 @@
@item Iconify before repyfying (as requested by WM_HINTS) [Ian Zimmerman]
@item First create $data/applications, then install the desktop file [Christopher Bratusek]
+
+ item Fixed default animation outline coordinates [Christopher Bratusek]
@end itemize
@item New features:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]