hotfixes d53ceee6
Anselm R Garbe · 2009-06-22 18:13 1 file(s) · +1 −1
dwm.c +1 −1
1408 1408
			PropModeReplace, (unsigned char *) netatom, NetLast);
1409 1409
1410 1410
	/* select for events */
1411 +
	wa.cursor = cursor[CurNormal];
1411 1412
	wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|ButtonPressMask
1412 1413
			|EnterWindowMask|LeaveWindowMask|StructureNotifyMask
1413 1414
			|PropertyChangeMask;
1599 1600
	Monitor *m;
1600 1601
	XSetWindowAttributes wa;
1601 1602
1602 -
	wa.cursor = cursor[CurNormal];
1603 1603
	wa.override_redirect = True;
1604 1604
	wa.background_pixmap = ParentRelative;
1605 1605
	wa.event_mask = ButtonPressMask|ExposureMask;