]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
place the client menu at the top left of the window when opening it with a key binding.
[chaz/openbox] / openbox / action.c
index 50a901300c2f7205081454a529e57376fd5960af..80b0a8f11ce20a4511a640ef0ae23e6b18374cd0 100644 (file)
@@ -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);
     }
 }
 
This page took 0.021605 seconds and 4 git commands to generate.