| Re: [AD] [XWIN] SHM bug. |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
> 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;
> }
No consequence in this case, because the condition is always true in
practice.
--
Eric Botcazou
ebotcazou@xxxxxxxxxx
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |