summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-06-07 23:46:28 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-06-07 23:46:28 +0000
commit96bb892054bb9801fd2b5b7959ee2cec27c075ea (patch)
tree50a26f877f8d6ca99f5c1371a35c8b85e2d9fa05 /openbox/frame.c
parent268c13867de4d2524aba020a27487d3092b10cfe (diff)
back xml themes out of trunk
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c2
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))