freebsd-ports/x11-wm/piewm/files/patch-events.c
Florent Thoumie 77eeb921e1 Add local patch to fix an issue raised by running Xnest within a piewm
session.

Submitted by:	David Wolfskill
2008-12-24 19:13:28 +00:00

12 lines
244 B
C

--- 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--;
}
}