Auggh!!! When will I stop *doing* that???
That was, of course, keeping up my tradition, the wrong version of the correct
patch.
This one has some obvious improvements. For example, it compiles correctly
:-)
--- xv.c.old Mon Aug 12 00:01:50 2002
+++ xv.c Wed Aug 14 23:05:52 2002
@@ -2784,7 +2784,11 @@
to generate the correct exposes (particularly with 'BitGravity' turned
on */
- if (mainW && !useroot) GenExpose(mainW, 0, 0, (u_int) eWIDE, (u_int)
eHIGH);
+ /*Brian T. Schellenberger: fix for X 4.2 refresh problem*/
+ if (mainW && !useroot) {
+ XSync(theDisp, False);
+ GenExpose(mainW, 0, 0, (u_int) eWIDE, (u_int) eHIGH);
+ }
return 1;
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert