aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 1b01353..9733a9b 100644
--- a/st.c
+++ b/st.c
@@ -3714,7 +3714,7 @@ main(int argc, char *argv[]) {
3714 xw.fh = (int)hr; 3714 xw.fh = (int)hr;
3715 if(bitm & XNegative && xw.fx == 0) 3715 if(bitm & XNegative && xw.fx == 0)
3716 xw.fx = -1; 3716 xw.fx = -1;
3717 if(bitm & XNegative && xw.fy == 0) 3717 if(bitm & YNegative && xw.fy == 0)
3718 xw.fy = -1; 3718 xw.fy = -1;
3719 3719
3720 if(xw.fh != 0 && xw.fw != 0) 3720 if(xw.fh != 0 && xw.fw != 0)