typo
This commit is contained in:
parent
738ed9d5f5
commit
207c3312d5
2
xmenu.c
2
xmenu.c
|
@ -73,7 +73,7 @@ static void setupdc(void);
|
|||
static void calcgeom(struct Geometry *geom);
|
||||
static struct Item *allocitem(const char *label, const char *output);
|
||||
static struct Menu *allocmenu(struct Menu *parent, struct Item *list, unsigned level);
|
||||
static struct Menu * buildmenutree(unsigned level, const char *label, const char *output);
|
||||
static struct Menu *buildmenutree(unsigned level, const char *label, const char *output);
|
||||
static struct Menu *parsestdin(void);
|
||||
static void calcmenu(struct Geometry *geom, struct Menu *menu);
|
||||
static void grabpointer(void);
|
||||
|
|
Loading…
Reference in New Issue
Block a user