hotfixes - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d53ceee68266b0910d632b1978d8fd6371ff52b3
 (DIR) parent 78f56672b5164f2d8f7ecabc3be0a9bbe0ae98bf
 (HTM) Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Mon, 22 Jun 2009 18:13:05 +0100
       
       hotfixes
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       @@ -1408,6 +1408,7 @@ setup(void) {
                                PropModeReplace, (unsigned char *) netatom, NetLast);
        
                /* select for events */
       +        wa.cursor = cursor[CurNormal];
                wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|ButtonPressMask
                                |EnterWindowMask|LeaveWindowMask|StructureNotifyMask
                                |PropertyChangeMask;
       @@ -1599,7 +1600,6 @@ updatebars(void) {
                Monitor *m;
                XSetWindowAttributes wa;
        
       -        wa.cursor = cursor[CurNormal];
                wa.override_redirect = True;
                wa.background_pixmap = ParentRelative;
                wa.event_mask = ButtonPressMask|ExposureMask;