[sawfish: 11/13] Matcher category name change: "Placement" -> "Geometry"



commit b57fc70610d7987ceccbe1e6968215ed6f0f9041
Author: Teika kazura <teika lavabit com>
Date:   Sat Oct 9 17:48:46 2010 +0900

    Matcher category name change: "Placement" -> "Geometry"

 lisp/sawfish/wm/ext/match-window.jl |   44 +++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/lisp/sawfish/wm/ext/match-window.jl b/lisp/sawfish/wm/ext/match-window.jl
index edbb0f4..bc64cdc 100644
--- a/lisp/sawfish/wm/ext/match-window.jl
+++ b/lisp/sawfish/wm/ext/match-window.jl
@@ -59,28 +59,28 @@
   ;; handled by it. Otherwise registered with `window-put'.
   (i18n-defvar
    match-window-properties
-   `((placement ,(_ "Placement")
-                (ignore-program-position boolean)
-                (place-mode ,(lambda () `(choice ,@placement-modes)))
-		;; If for example x is -100, then the right border
-		;; lies 100 pixels away from the right edge of the screen.
-                (position (or
-                           (pair (number -65536 65536 0)
-                                 (number -65536 65536 0))
-                           (choice center east north north-east
-                                   north-west south south-east
-                                   south-west west)))
-                (workspace (number 1))
-		(new-workspace boolean)
-                (new-viewport boolean)
-                (viewport (pair (number 1) (number 1)))
-                (depth (number -16 16 0))
-                (placement-weight (number 0))
-                (fixed-position boolean)
-		(fixed-size boolean)
-		(sticky boolean)
-		(sticky-viewport boolean)
-		)
+   `((geometry ,(_ "Geometry")
+	       (ignore-program-position boolean)
+	       (place-mode ,(lambda () `(choice ,@placement-modes)))
+	       ;; If for example x is -100, then the right border
+	       ;; lies 100 pixels away from the right edge of the screen.
+	       (position (or
+			  (pair (number -65536 65536 0)
+				(number -65536 65536 0))
+			  (choice center east north north-east
+				  north-west south south-east
+				  south-west west)))
+	       (workspace (number 1))
+	       (new-workspace boolean)
+	       (new-viewport boolean)
+	       (viewport (pair (number 1) (number 1)))
+	       (depth (number -16 16 0))
+	       (placement-weight (number 0))
+	       (fixed-position boolean)
+	       (fixed-size boolean)
+	       (sticky boolean)
+	       (sticky-viewport boolean)
+	       )
      (focus ,(_ "Focus")
             (raise-on-focus boolean)
             (focus-when-mapped boolean)



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