[PATCH xserver 1/9] Create/Destroy/Trigger/Reset Fence Sync objects

Adam Jackson ajax at nwnk.net
Mon Nov 8 15:12:21 PST 2010


On Tue, 2010-09-21 at 16:32 -0700, James Jones wrote:

> +static int
> +FreeFence(void *obj, XID id)
> +{
> +    SyncFence *pFence = (SyncFence *) obj;
> +
> +    free(pFence);
> +
> +    return Success;
> +}

Seems wordy, but sure.

- ajax



More information about the xorg-devel mailing list