mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
A different double buffering strategy so the background is default set.
This commit is contained in:
parent
f741df9cda
commit
b3326ab63b
2
st.c
2
st.c
@ -2497,7 +2497,7 @@ xinit(void) {
|
|||||||
/* double buffering */
|
/* double buffering */
|
||||||
if(!XdbeQueryExtension(xw.dpy, &major, &minor))
|
if(!XdbeQueryExtension(xw.dpy, &major, &minor))
|
||||||
die("Xdbe extension is not present\n");
|
die("Xdbe extension is not present\n");
|
||||||
xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeCopied);
|
xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeBackground);
|
||||||
|
|
||||||
/* Xft rendering context */
|
/* Xft rendering context */
|
||||||
xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);
|
xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);
|
||||||
|
Loading…
Reference in New Issue
Block a user