aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 6f5ca80..a992005 100644
--- a/st.c
+++ b/st.c
@@ -2497,7 +2497,7 @@ xinit(void) {
2497 /* double buffering */ 2497 /* double buffering */
2498 if(!XdbeQueryExtension(xw.dpy, &major, &minor)) 2498 if(!XdbeQueryExtension(xw.dpy, &major, &minor))
2499 die("Xdbe extension is not present\n"); 2499 die("Xdbe extension is not present\n");
2500 xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeCopied); 2500 xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeBackground);
2501 2501
2502 /* Xft rendering context */ 2502 /* Xft rendering context */
2503 xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap); 2503 xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);