mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
missing prototype
This commit is contained in:
parent
f18d2c94c2
commit
8c47a12a86
1
menu.c
1
menu.c
@ -74,6 +74,7 @@ static void menu_draw_entry(struct screen_ctx *, struct menu_ctx *,
|
|||||||
struct menu_q *, int, int);
|
struct menu_q *, int, int);
|
||||||
static int menu_calc_entry(struct screen_ctx *, struct menu_ctx *,
|
static int menu_calc_entry(struct screen_ctx *, struct menu_ctx *,
|
||||||
int, int);
|
int, int);
|
||||||
|
static struct menu *menu_complete_path(struct menu_ctx *);
|
||||||
static int menu_keycode(XKeyEvent *, enum ctltype *,
|
static int menu_keycode(XKeyEvent *, enum ctltype *,
|
||||||
char *);
|
char *);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user