X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=af0763804620812d5903392033fef1e682867bce;hp=cce68cbd6f59e37e46311fef00040813e703bd08;hb=24c125cc8a90405f9e0a1d63013e934d5480e6bb;hpb=0453c1d180ca868a740bcc032d2dac1f120f6c7e 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];