projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c19d4b2
)
added a new comment
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 12:47:41 +0000
(12:47 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 12:47:41 +0000
(12:47 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 51d270ee2dad13f2da08f3275cccf57e2483050d..6d3cf80bc77cc47949a5a7fd85b4f0d25453c1b8 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-96,7
+96,8
@@
typedef struct {
const char *symbol;
void (*arrange)(void);
Bool isfloating;
-} Layout;
+} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
+ instead of having all those layout specific vars globally */
typedef struct {
const char *prop;