diff options
Diffstat (limited to 'openbox/frame.c')
| -rw-r--r-- | openbox/frame.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 8ce2a16d..16fe608e 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -1223,6 +1223,8 @@ ObFrameContext frame_context_from_string(const gchar *name) return OB_FRAME_CONTEXT_BRCORNER; else if (!g_ascii_strcasecmp("Top", name)) return OB_FRAME_CONTEXT_TOP; + else if (!g_ascii_strcasecmp("Handle", name)) + return OB_FRAME_CONTEXT_BOTTOM; else if (!g_ascii_strcasecmp("Bottom", name)) return OB_FRAME_CONTEXT_BOTTOM; else if (!g_ascii_strcasecmp("Left", name)) |
