pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
610723a
)
Height is height.
author
Christoph Lohmann
<20h@r-36.net>
Thu, 14 Jan 2016 22:19:03 +0000
(23:19 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Thu, 14 Jan 2016 22:19:03 +0000
(23:19 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
427ec46
..
98622ec
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-3469,7
+3469,7
@@
xinit(void)
if (xw.gm & XNegative)
xw.l += DisplayWidth(xw.dpy, xw.scr) - xw.w - 2;
if (xw.gm & YNegative)
- xw.t += Display
Width
(xw.dpy, xw.scr) - xw.h - 2;
+ xw.t += Display
Height
(xw.dpy, xw.scr) - xw.h - 2;
/* Events */
xw.attrs.background_pixel = dc.col[defaultbg].pixel;