summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-10-23 16:52:05 -0700
committerKristian Høgsberg <krh@bitplanet.net>2013-10-23 16:52:05 -0700
commit67b8215bcb707f159c803bc1fcfae61853d1d30e (patch)
tree121ef9b7d24dc6fc84bf4d5081b04c81d53f7c38 /clients/desktop-shell.c
parent14f39b290b764a84a6e12039d33e7a93a47329de (diff)
terminal: Add context menu with new terminal/copy/paste
Diffstat (limited to 'clients/desktop-shell.c')
-rw-r--r--clients/desktop-shell.c2
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);
}