[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

bug with backing store (missing attachment)



Here is the missing patch ...

Bye

Dominik ^_^  ^_^

 --
Dominik Vogt, dominik.vogt@gmx.de
Reply-To: dominik.vogt@gmx.de
--- xwin.c.orig	Thu Jan 17 00:19:34 2002
+++ xwin.c	Thu Jan 17 00:38:05 2002
@@ -42,7 +42,11 @@
 static BOOL xserver_be;
 
 /* software backing store */
-static BOOL ownbackstore;
+#ifdef BROKEN_BACKING_STORE_HANDLING
+static BOOL ownbackstore = False;
+#else
+static BOOL ownbackstore = True;
+#endif
 static Pixmap backstore;
 
 #define FILL_RECTANGLE(x,y,cx,cy)\