1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

this was looking wrong

This commit is contained in:
Phil Sutter 2009-09-20 03:23:46 +02:00
parent 15e262a3ca
commit e391fa40a9

View File

@ -4263,13 +4263,11 @@ static void draw_stuff(void)
#endif /* X11 */
draw_mode = FG;
draw_text();
#ifdef X11
xdbe_swap_buffers();
#if defined(X11) && defined(HAVE_XDBE)
if (output_methods & TO_X) {
#ifdef HAVE_XDBE
#endif
xdbe_swap_buffers();
}
#endif /* X11 */
#endif /* X11 && HAVE_XDBE */
if(overwrite_fpointer) {
fclose(overwrite_fpointer);
overwrite_fpointer = 0;