small comment - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 24c125cc8a90405f9e0a1d63013e934d5480e6bb DIR parent 0453c1d180ca868a740bcc032d2dac1f120f6c7e HTML Author: Anselm R. Garbe <garbeam@gmail.com> Date: Thu, 11 Oct 2007 20:50:01 +0200 small comment Diffstat: M dwm.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/dwm.c b/dwm.c @@ -56,6 +56,7 @@ enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ enum { WMProtocols, WMDelete, WMName, WMState, WMLast };/* default atoms */ +/* typedefs */ typedef struct { int x, y, w, h; unsigned long norm[ColLast];