diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3469,7 +3469,7 @@ xinit(void) | |||
3469 | if (xw.gm & XNegative) | 3469 | if (xw.gm & XNegative) |
3470 | xw.l += DisplayWidth(xw.dpy, xw.scr) - xw.w - 2; | 3470 | xw.l += DisplayWidth(xw.dpy, xw.scr) - xw.w - 2; |
3471 | if (xw.gm & YNegative) | 3471 | if (xw.gm & YNegative) |
3472 | xw.t += DisplayWidth(xw.dpy, xw.scr) - xw.h - 2; | 3472 | xw.t += DisplayHeight(xw.dpy, xw.scr) - xw.h - 2; |
3473 | 3473 | ||
3474 | /* Events */ | 3474 | /* Events */ |
3475 | xw.attrs.background_pixel = dc.col[defaultbg].pixel; | 3475 | xw.attrs.background_pixel = dc.col[defaultbg].pixel; |