summaryrefslogtreecommitdiff
path: root/clients/stacking.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-03-13 12:06:00 -0400
committerKristian Høgsberg <krh@bitplanet.net>2014-05-18 13:54:15 -0700
commitdda9313bd99005cfc182af77fbc52b448a3803fa (patch)
treed771bfd494ca6981a548a4263b4a1d709fc2e7f1 /clients/stacking.c
parentbe803ad67cf84cd6997155b0283fbb474747e7a2 (diff)
downloadweston-dda9313bd99005cfc182af77fbc52b448a3803fa.tar.gz
clients: Remove the window / user parameters from the menu function
We want the ability to create a detached menu.
Diffstat (limited to 'clients/stacking.c')
-rw-r--r--clients/stacking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/stacking.c b/clients/stacking.c
index f51a476c..abeded88 100644
--- a/clients/stacking.c
+++ b/clients/stacking.c
@@ -82,7 +82,7 @@ new_window(struct stacking *stacking, struct window *parent_window)
}
static void
-show_popup_cb(struct window *window, struct input *input, int index, void *data)
+show_popup_cb(void *data, struct input *input, int index)
{
/* Ignore the selected menu item. */
}