small fix b76632b9
Anselm R. Garbe · 2007-01-16 11:39 1 file(s) · +2 −1
main.c +2 −1
350 350
	char *selbg = SELBGCOLOR;
351 351
	char *selfg = SELFGCOLOR;
352 352
	fd_set rd;
353 -
	int i, j;
353 +
	int i, j, my;
354 354
	struct timeval timeout;
355 355
	Item *itm;
356 356
	XEvent ev;
431 431
	wa.override_redirect = 1;
432 432
	wa.background_pixmap = ParentRelative;
433 433
	wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask;
434 +
	my = 0;
434 435
	mw = DisplayWidth(dpy, screen);
435 436
	mh = dc.font.height + 2;
436 437
	if(bottom)