X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=37893739dc270d1b0649af2ee259e50d85b6d8ae;hp=1a950781244fc88ecf8a05cabb94edf1abf10054;hb=0045ad87dfb32f35fc17b5b8942049cfe84d623c;hpb=ceea528eff5ccd1bbd11696209fdc60a5383cc41 diff --git a/dwm.h b/dwm.h index 1a95078..3789373 100644 --- a/dwm.h +++ b/dwm.h @@ -43,7 +43,7 @@ enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ enum { WMProtocols, WMDelete, WMLast }; /* default atoms */ enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ -enum { ColFG, ColBG, ColLast }; /* color */ +enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ typedef enum { TopLeft, TopRight, BotLeft, BotRight @@ -66,7 +66,6 @@ typedef struct { int x, y, w, h; unsigned long norm[ColLast]; unsigned long sel[ColLast]; - unsigned long status[ColLast]; Drawable drawable; Fnt font; GC gc;