pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f741df9
)
A different double buffering strategy so the background is default set.
author
Christoph Lohmann
<20h@r-36.net>
Tue, 8 Jan 2013 19:09:33 +0000
(20:09 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 8 Jan 2013 19:09:33 +0000
(20:09 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
6f5ca80
..
a992005
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2497,7
+2497,7
@@
xinit(void) {
/* double buffering */
if(!XdbeQueryExtension(xw.dpy, &major, &minor))
die("Xdbe extension is not present\n");
- xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, Xdbe
Copie
d);
+ xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, Xdbe
Backgroun
d);
/* Xft rendering context */
xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);