Am Montag, 15. Juli 2002 09:34 schrieben Sie:
> > > 2. What is presented on the screen should always be consistent (i.e.
> > > no flickering).
> >
> > It is already?
>
> No, just move one Window over another or do an opaque window resize and
> you'll see artefacts all over the place.
Ohh this doesn't happen on my system, except for when I'm moving the window
out of my current screen, but even there, after the application gets time to
redraw itself, it works. This is either a bug of your module, or you haven't
enabled backing store.
Servus
Casandro
--
#define T 1000
#define M T*T
int main(){int x,y;for(y=0;y<20;y++){for(x=0;x<70;x++){int
c=-1;int xr,yr,zr;int xp,yp,zp;xp=yp=zp=0;xr=(x-35);yr=(y-
10);zr=10;while(1){if(yp>T){c=5;if((((zp)/T)%2==1)^(((xp+M
)/T)%2==1))c=0;break;}if(zp>T*10){c=0;if (((yp*yp+xp*xp)/(
T*100))%2==1)c=2;break;}zp+=zr;xp+=xr;yp+=yr;}printf("%c",
c+32);}printf("\n");}};
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert