summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-26 05:08:33 +0000
committerDana Jansens <danakj@orodu.net>2007-04-26 05:08:33 +0000
commit26879183e96f5a0d981e6ae76fda82a0d4564b20 (patch)
treee956f1589a75b4e37b30670b3c1b7803faeac642 /openbox/action.c
parent853a5b6b042cad94aa9c81290ed3bed34a6ae90d (diff)
place the client menu at the top left of the window when opening it with a key binding.
change how the first menus are placed. place them like other people place menus. maybe this is good, maybe it is bad, we will see..
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 50a90130..80b0a8f1 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -1732,7 +1732,7 @@ void action_showmenu(union ActionData *data)
{
if (data->showmenu.name) {
menu_show(data->showmenu.name, data->any.x, data->any.y,
- data->showmenu.any.c);
+ data->any.button, data->showmenu.any.c);
}
}