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:
985e330
)
root window and screen have to be in Monitor struct, we want side-by-side Xinerama...
author
anselm@anselm1
<unknown>
Fri, 21 Dec 2007 20:45:46 +0000
(20:45 +0000)
committer
anselm@anselm1
<unknown>
Fri, 21 Dec 2007 20:45:46 +0000
(20:45 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index b1a192d5393fe3917ea73e5f3038a2b531159e95..fb6bcb8e36903610be243fc940bb1be325a4c87a 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-119,6
+119,8
@@
typedef struct {
typedef struct {
int id;
Window barwin;
+//TODO: Window root;
+//TODO: int screen;
int sx, sy, sw, sh, wax, way, wah, waw;
DC dc;
Bool *seltags;