pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9888c50
)
Removing the debugging for the last fix too.
author
Christoph Lohmann
<20h@r-36.net>
Sat, 3 Nov 2012 13:05:45 +0000
(14:05 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sat, 3 Nov 2012 13:05:45 +0000
(14:05 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
2654676
..
4c6783b
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2750,8
+2750,6
@@
cresize(int width, int height)
void
resize(XEvent *e) {
- fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width,
- e->xconfigure.height);
if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h)
return;