From: Dana Jansens Date: Sat, 9 Jun 2007 02:57:35 +0000 (+0000) Subject: the handle context got merged away X-Git-Tag: release-3.4.3~88 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5abd3c5f07cc9a98ac181f3a8fcdf3f1ad6b0d4a;p=dana%2Fopenbox.git the handle context got merged away --- diff --git a/openbox/frame.c b/openbox/frame.c index 8ce2a16d..16057f17 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -1225,6 +1225,8 @@ ObFrameContext frame_context_from_string(const gchar *name) return OB_FRAME_CONTEXT_TOP; else if (!g_ascii_strcasecmp("Bottom", name)) return OB_FRAME_CONTEXT_BOTTOM; + else if (!g_ascii_strcasecmp("Handle", name)) + return OB_FRAME_CONTEXT_BOTTOM; else if (!g_ascii_strcasecmp("Left", name)) return OB_FRAME_CONTEXT_LEFT; else if (!g_ascii_strcasecmp("Right", name))