diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-11-03 14:05:45 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-11-03 14:05:45 +0100 |
commit | 86261187ab92a037a44af72847f6ed304ea58e64 (patch) | |
tree | 34b664a4cd800c0a01b145877c066dffd23aab04 | |
parent | 9888c5064badc60cd5e894f60451c2be762a481c (diff) | |
download | st-86261187ab92a037a44af72847f6ed304ea58e64.tar.gz st-86261187ab92a037a44af72847f6ed304ea58e64.zip |
Removing the debugging for the last fix too.
-rw-r--r-- | st.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2750,8 +2750,6 @@ cresize(int width, int height) | |||
2750 | 2750 | ||
2751 | void | 2751 | void |
2752 | resize(XEvent *e) { | 2752 | resize(XEvent *e) { |
2753 | fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width, | ||
2754 | e->xconfigure.height); | ||
2755 | if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h) | 2753 | if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h) |
2756 | return; | 2754 | return; |
2757 | 2755 | ||