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:
a6fb710
)
Fix debug printf in unfocus_all_except().
author
Ryan McBride
<mcbride@countersiege.com>
Wed, 21 Oct 2009 09:39:43 +0000
(09:39 +0000)
committer
Ryan McBride
<mcbride@countersiege.com>
Wed, 21 Oct 2009 09:39:43 +0000
(09:39 +0000)
scrotwm.c
patch
|
blob
|
history
diff --git
a/scrotwm.c
b/scrotwm.c
index
27663ad
..
067806b
100644
(file)
--- a/
scrotwm.c
+++ b/
scrotwm.c
@@
-1394,7
+1394,7
@@
unfocus_all_except(struct ws_win *except)
struct ws_win *win;
int i, j;
- DNPRINTF(SWM_D_FOCUS, "unfocus_all_except(%d):\n", except->id);
+ DNPRINTF(SWM_D_FOCUS, "unfocus_all_except: id: %lu\n", except->id);
for (i = 0; i < ScreenCount(display); i++)
for (j = 0; j < SWM_WS_MAX; j++)