From: Anselm R. Garbe Date: Thu, 11 Oct 2007 18:50:01 +0000 (+0200) Subject: small comment X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=24c125cc8a90405f9e0a1d63013e934d5480e6bb;p=dwm.git small comment --- diff --git a/dwm.c b/dwm.c index cce68cb..af07638 100644 --- 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];