Yes again . . . the mailer wrapped that one. The attachment should work.
On Wednesday 14 August 2002 11:08 pm, Brian T. Schellenberger wrote:
| 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;
--
Brian, the man from Babble-On . . . . [EMAIL PROTECTED] (personal)
http://www.babbleon.org
http://www.eff.org http://www.programming-freedom.org
--- 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;