mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
this was looking wrong
This commit is contained in:
parent
15e262a3ca
commit
e391fa40a9
@ -4263,13 +4263,11 @@ static void draw_stuff(void)
|
|||||||
#endif /* X11 */
|
#endif /* X11 */
|
||||||
draw_mode = FG;
|
draw_mode = FG;
|
||||||
draw_text();
|
draw_text();
|
||||||
#ifdef X11
|
#if defined(X11) && defined(HAVE_XDBE)
|
||||||
xdbe_swap_buffers();
|
|
||||||
if (output_methods & TO_X) {
|
if (output_methods & TO_X) {
|
||||||
#ifdef HAVE_XDBE
|
xdbe_swap_buffers();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif /* X11 */
|
#endif /* X11 && HAVE_XDBE */
|
||||||
if(overwrite_fpointer) {
|
if(overwrite_fpointer) {
|
||||||
fclose(overwrite_fpointer);
|
fclose(overwrite_fpointer);
|
||||||
overwrite_fpointer = 0;
|
overwrite_fpointer = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user