X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;fp=dwm.c;h=b4c34118c259dc9cb391b22a9dbe2f6e99ccfa1d;hp=d8e2402390e05d3be8834039f04d58225b30c149;hb=3e5cca9ec9b04e5d0fbf9eb059c37fa3e689b46d;hpb=fc549bcad10b7508c78a499c8fa3ccd9670621db diff --git a/dwm.c b/dwm.c index d8e2402..b4c3411 100644 --- a/dwm.c +++ b/dwm.c @@ -241,13 +241,13 @@ static int xerrordummy(Display *dpy, XErrorEvent *ee); static int xerrorstart(Display *dpy, XErrorEvent *ee); static void zoom(const Arg *arg); -/* variables */ +// variables static Bool key_buffering = False; static const char broken[] = "broken"; static char stext[256]; static int screen; -static int sw, sh; /* X display screen geometry width, height */ -static int bh, blw = 0; /* bar geometry */ +static int sw, sh; // X display screen geometry width, height +static int bh; // bar height static int (*xerrorxlib)(Display *, XErrorEvent *); static unsigned int numlockmask = 0; static void (*handler[LASTEvent]) (XEvent *) = {