pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b033b
)
Yes, xft should be on the buffer. Thanks Mihail Zenkov.
author
Christoph Lohmann
<20h@r-36.net>
Sat, 19 Jan 2013 14:49:34 +0000
(15:49 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sat, 19 Jan 2013 14:49:34 +0000
(15:49 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
ef78896
..
7b0fb21
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2538,7
+2538,7
@@
xinit(void) {
*/
/* Xft rendering context */
- xw.draw = XftDrawCreate(xw.dpy, xw.
win
, xw.vis, xw.cmap);
+ xw.draw = XftDrawCreate(xw.dpy, xw.
buf
, xw.vis, xw.cmap);
/* input methods */
if((xw.xim = XOpenIM(xw.dpy, NULL, NULL, NULL)) == NULL) {
@@
-2836,7
+2836,6
@@
redraw(int timeout) {
struct timespec tv = {0, timeout * 1000};
tfulldirt();
- fprintf(stderr, "draw from redraw\n");
draw();
if(timeout > 0) {