On 11/09/2010 03:44 PM, Alan Coopersmith wrote:
canbaby wrote:
On 11/09/2010 10:07 AM, James Jones wrote:
       }
@@ -2073,6 +2244,7 @@ SyncExtensionInit(void)
       }
       RTAlarm = CreateNewResourceType(FreeAlarm, "SyncAlarm");
       RTAwait = CreateNewResourceType(FreeAwait, "SyncAwait");
+    RTFence = CreateNewResourceType(FreeFence, "SyncFence");
       if (RTAwait)
       RTAwait |= RC_NEVERRETAIN;
       RTAlarmClient = CreateNewResourceType(FreeAlarmClient,
"SyncAlarmClient");
this line should move down one line.
You mean two lines?   One line would put it in the middle of the if statement,
breaking the if clause.


yes, two lines.

I found I couldn't receive my self emit mail, wonder...

--
wucan
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to