projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064445d
)
the handle context got merged away
author
Dana Jansens
<danakj@orodu.net>
Sat, 9 Jun 2007 02:57:35 +0000
(
02:57
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 9 Jun 2007 02:57:35 +0000
(
02:57
+0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index 8ce2a16d9bbaa4e194e637704c68b4629304ca7a..16057f17234674c62c28c4e56cbea6142cbf147e 100644
(file)
--- 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))