From 8addc54e7e5374d402e78fffc03d93657a20ef73 Mon Sep 17 00:00:00 2001
From: Mark Tiefenbruck <mark@fluxbox.org>
Date: Sun, 28 Jun 2009 09:04:46 -0700
Subject: allow "lower" as a reference point for MoveTo, etc.

---
 src/Window.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Window.cc b/src/Window.cc
index b2bfcf7..825c050 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -3729,7 +3729,7 @@ FluxboxWindow::ReferenceCorner FluxboxWindow::getCorner(string str) {
         return RIGHT;
     if (str == "leftbottom" || str == "bottomleft" || str == "lowerleft")
         return LEFTBOTTOM;
-    if (str == "bottom" || str == "bottomcenter")
+    if (str == "bottom" || str == "lower" || str == "bottomcenter")
         return BOTTOM;
     if (str == "rightbottom" || str == "bottomright" || str == "lowerright")
         return RIGHTBOTTOM;
-- 
cgit v0.11.2