X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/beae67a6a77acf992b044359f0e396965a3dced7..0704f950ad1fa7d04042ea4fdecb52aba01e92de:/xmenu.c diff --git a/xmenu.c b/xmenu.c index c314732..abab13d 100644 --- a/xmenu.c +++ b/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); @@ -90,7 +90,7 @@ static void freemenu(struct Menu *menu); static void cleanup(void); static void usage(void); -/* global variables (X stuff and geometries) */ +/* X stuff */ static Display *dpy; static int screen; static Visual *visual;