[sawfish] negative value in UI of position matcher
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] negative value in UI of position matcher
- Date: Sat, 29 Aug 2009 19:06:35 +0000 (UTC)
commit 12b6230a4e864954348aeab5bd0c548d6ff2ead7
Author: chrisb <zanghar freenet de>
Date: Sat Aug 29 21:05:24 2009 +0200
negative value in UI of position matcher
lisp/sawfish/wm/ext/match-window.jl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/ext/match-window.jl b/lisp/sawfish/wm/ext/match-window.jl
index ff815f5..1553c47 100644
--- a/lisp/sawfish/wm/ext/match-window.jl
+++ b/lisp/sawfish/wm/ext/match-window.jl
@@ -73,7 +73,7 @@
`((placement ,(_ "Placement")
(ignore-program-position boolean)
(place-mode ,(lambda () `(choice ,@placement-modes)))
- (position (or (pair (number 0) (number 0)) (choice center north north-east north-west east south-east south-west west)))
+ (position (or (pair (number -65535) (number -65535)) (choice center north north-east north-west east south-east south-west west)))
(dimensions (pair (number 1) (number 1)))
(workspace (number 1))
(viewport (pair (number 1) (number 1)))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]