use the stock shownig method for the client menu for now, makes it pop up under the cursor so a click-release works like expected
This commit is contained in:
parent
0e9c5049a5
commit
487c0a4a08
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void plugin_destroy (Menu *m)
|
||||||
void *plugin_create() /* TODO: need config */
|
void *plugin_create() /* TODO: need config */
|
||||||
{
|
{
|
||||||
Menu *m = menu_new_full(NULL, "client-menu", NULL,
|
Menu *m = menu_new_full(NULL, "client-menu", NULL,
|
||||||
client_menu_show, NULL);
|
/*client_menu_show*/NULL, NULL);
|
||||||
menu_add_entry(m, menu_entry_new_submenu("Send To Workspace",
|
menu_add_entry(m, menu_entry_new_submenu("Send To Workspace",
|
||||||
send_to_menu));
|
send_to_menu));
|
||||||
send_to_menu->parent = m;
|
send_to_menu->parent = m;
|
||||||
|
|
Loading…
Reference in a new issue