diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-10-23 16:52:05 -0700 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-10-23 16:52:05 -0700 |
commit | 67b8215bcb707f159c803bc1fcfae61853d1d30e (patch) | |
tree | 121ef9b7d24dc6fc84bf4d5081b04c81d53f7c38 /clients/desktop-shell.c | |
parent | 14f39b290b764a84a6e12039d33e7a93a47329de (diff) |
terminal: Add context menu with new terminal/copy/paste
Diffstat (limited to 'clients/desktop-shell.c')
-rw-r--r-- | clients/desktop-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index 8c97104b..d864a658 100644 --- a/clients/desktop-shell.c +++ b/clients/desktop-shell.c @@ -142,7 +142,7 @@ sigchild_handler(int s) } static void -menu_func(struct window *window, int index, void *data) +menu_func(struct window *window, struct input *input, int index, void *data) { printf("Selected index %d from a panel menu.\n", index); } |