[hackers] [st] Removing the debugging for the last fix too. || Christoph Lohmann
changeset: 384:1266d6a1062c
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Sat Nov 03 14:05:45 2012 +0100
files: st.c
description:
Removing the debugging for the last fix too.
diff -r a242f46adf1a -r 1266d6a1062c st.c
--- a/st.c Sat Nov 03 14:05:15 2012 +0100
+++ b/st.c Sat Nov 03 14:05:45 2012 +0100
_AT_@ -2750,8 +2750,6 @@
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;
Received on Sat Nov 03 2012 - 18:22:53 CET
This archive was generated by hypermail 2.3.0
: Sat Nov 03 2012 - 18:24:09 CET