diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
3729 | return RIGHT; | 3729 | return RIGHT; |
3730 | if (str == "leftbottom" || str == "bottomleft" || str == "lowerleft") | 3730 | if (str == "leftbottom" || str == "bottomleft" || str == "lowerleft") |
3731 | return LEFTBOTTOM; | 3731 | return LEFTBOTTOM; |
3732 | if (str == "bottom" || str == "bottomcenter") | 3732 | if (str == "bottom" || str == "lower" || str == "bottomcenter") |
3733 | return BOTTOM; | 3733 | return BOTTOM; |
3734 | if (str == "rightbottom" || str == "bottomright" || str == "lowerright") | 3734 | if (str == "rightbottom" || str == "bottomright" || str == "lowerright") |
3735 | return RIGHTBOTTOM; | 3735 | return RIGHTBOTTOM; |