xdbe replaced with more generic pixmap based buffering but there are 2 bugs:
[monky] / src / x11.c
index e933a64..cc37c0e 100644 (file)
--- a/src/x11.c
+++ b/src/x11.c
@@ -873,8 +873,11 @@ void xdbe_swap_buffers(void)
                XCopyArea(display, window.drawable, window.window,
                                  window.gc_back, 0, 0, window.width, window.height, 0, 0);
                /* FIXME should fill w/ window background */
-//             XFillRectangle(display, window.back_buffer, window.gc,
-//                                        0, 0, window.width, window.height);
+                XSet
+/*
+               XFillRectangle(display, window.back_buffer, window.gc,
+                                          0, 0, window.width, window.height);
+*/
        }
 }
 #endif /* HAVE_XDBE */