Re: [AD] [XWIN] SHM bug.

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On March 12, 2002 03:04 am, you wrote:
> > [snip patch]
> >
> > This patch seems to have done it.
>
> Thanks for the quick feedback.

No problem. I wanted it fixed _now_ ;), And it would have taken too long to 
do it my self ;)

also it appears I applied the patch wrong the first time... I figured it was 
so mall why bother with patch eh? I forgot the '{ }'s.. which strangely 
enough works just fine... But Im not too sure why...

if(...)
  Xsync(...);
  break;

instead of

if(...) {
  XSync();
  break;
}

that'll teach me.

> > but I'll complain if I see more problems ;P
>
> I'm counting on you ;-)
>
> > [snip second patch]
> >
> > I haven't tried this one.
>
> Ok, the right decision if the first patch has killed the bug.

groovy.

-- 
Thomas Fjellstrom
tfjellstrom@xxxxxxxxxx
http://strangesoft.net



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/