X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/f741df9cda4d4aa597cf9eff4ac62a610daf44f2..b3326ab63be167ddd883dbf7be33603f38bbd31d:/st.c diff --git a/st.c b/st.c index 6f5ca80..a992005 100644 --- 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, XdbeCopied); + xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeBackground); /* Xft rendering context */ xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);