Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df4187
)
Stray debug
author
Marco Peereboom
<marco@conformal.com>
Mon, 19 Jan 2009 15:11:47 +0000
(15:11 +0000)
committer
Marco Peereboom
<marco@conformal.com>
Mon, 19 Jan 2009 15:11:47 +0000
(15:11 +0000)
scrotwm.c
patch
|
blob
|
history
diff --git
a/scrotwm.c
b/scrotwm.c
index
596e5a0
..
2af2ffa
100644
(file)
--- a/
scrotwm.c
+++ b/
scrotwm.c
@@
-659,7
+659,6
@@
switchws(struct swm_region *r, union arg *args)
return;
other_r = new_ws->r;
- fprintf(stderr, "switchws: other_r %p\n", other_r);
if (!other_r) {
/* if the other workspace is hidden, switch windows */
@@
-1460,7
+1459,6
@@
destroynotify(XEvent *e)
set_win_state(win, WithdrawnState);
free(win);
}
-
stack();
}