]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
back xml themes out of trunk
[chaz/openbox] / openbox / frame.c
index 8ce2a16d9bbaa4e194e637704c68b4629304ca7a..16fe608ec1be9246c598169a0f67ca052f8a6b3d 100644 (file)
@@ -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))
This page took 0.019849 seconds and 4 git commands to generate.