A different double buffering strategy so the background is default set.
This commit is contained in:
		
							
								
								
									
										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); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user