summaryrefslogtreecommitdiff
path: root/x11-wm/piewm/files/patch-events.c
blob: adbcec42e6dc824fcfecb1c593471c90435de604 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- events.c.orig	1998-01-07 22:11:39.000000000 -0800
+++ events.c	2008-11-22 12:13:35.000000000 -0800
@@ -2606,8 +2606,8 @@
 		XInstallColormap(dpy, cmap->c);
 	    }
 	    cmap->state |= CM_INSTALLED;
-	    n--;
 	}
+        n--;
     }
 }