X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=16fe608ec1be9246c598169a0f67ca052f8a6b3d;hb=96bb892054bb9801fd2b5b7959ee2cec27c075ea;hp=8ce2a16d9bbaa4e194e637704c68b4629304ca7a;hpb=268c13867de4d2524aba020a27487d3092b10cfe;p=chaz%2Fopenbox 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))