projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2b3c121
816a70c
)
Merging xft and current st heads.
author
Christoph Lohmann
<20h@r-36.net>
Mon, 24 Sep 2012 08:24:36 +0000
(10:24 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 24 Sep 2012 08:24:36 +0000
(10:24 +0200)
1
2
st.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
st.c
index
f7fecf8
,
35f6f16
..
3c158c0
---
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;
-
B
ool isfixed; /* is fixed geometry? */
+
b
ool isfixed; /* is fixed geometry? */
int fx, fy, fw, fh; /* fixed geometry */
int tw, th; /* tty width and height */
int w; /* window width */