about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-10-11 20:50:01 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-10-11 20:50:01 +0200
commit24c125cc8a90405f9e0a1d63013e934d5480e6bb (patch)
tree36936d3b93a595ead92946eccec81acff2f35ad2 /dwm.c
parent0453c1d180ca868a740bcc032d2dac1f120f6c7e (diff)
downloaddwm-24c125cc8a90405f9e0a1d63013e934d5480e6bb.tar.gz
small comment
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
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];
l.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
*~
*.pyc
*.pyo
stuff/*