diff options
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index d9541027..75380f1e 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -55,11 +55,11 @@ static gboolean menu_open(gchar *file, xmlDocPtr *doc, xmlNodePtr *node) return loaded; } -static void client_dest(ObClient *c) +static void client_dest(gpointer client) { /* menus can be associated with a client, so close any that are since we are disappearing now */ - menu_frame_hide_all_client(c); + menu_frame_hide_all_client(client); } void menu_startup() |
