]> git.armaanb.net Git - st.git/commitdiff
Merging xft and current st heads.
authorChristoph Lohmann <20h@r-36.net>
Mon, 24 Sep 2012 08:24:36 +0000 (10:24 +0200)
committerChristoph Lohmann <20h@r-36.net>
Mon, 24 Sep 2012 08:24:36 +0000 (10:24 +0200)
1  2 
st.c

diff --cc st.c
index f7fecf85be8e8368afff571a3d11d74228d337bb,35f6f167f77f4c849857a66445cf19da49dceb6e..3c158c055e3e971299b84461778b94578b050d91
--- 1/st.c
--- 2/st.c
+++ b/st.c
@@@ -198,10 -195,8 +198,10 @@@ typedef struct 
        Atom xembed;
        XIM xim;
        XIC xic;
 +      XftDraw *xft_draw;
 +      Visual *vis;
        int scr;
-       Bool isfixed; /* is fixed geometry? */
+       bool isfixed; /* is fixed geometry? */
        int fx, fy, fw, fh; /* fixed geometry */
        int tw, th; /* tty width and height */
        int w;  /* window width */