pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0453c1d
)
small comment
author
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 11 Oct 2007 18:50:01 +0000
(20:50 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 11 Oct 2007 18:50:01 +0000
(20:50 +0200)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
cce68cb
..
af07638
100644
(file)
--- 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];