On Mon, 2010-10-11 at 11:26 -0700, Keith Packard wrote: > On Mon, 11 Oct 2010 11:16:54 -0400, Adam Jackson <[email protected]> wrote: > > > +#define CallCallbacks(x, y) \ > > + if ((*(x))) CallCallbacks(x, y); > > + > > I know the patch is cute like this, but it seems like simply making > CallCallbacks an inline function would be cleaner.
That would have the pleasant side effect of fixing all callers. Revised patch shortly. - ajax
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
