# HG changeset patch # User Glenn Morris # Date 1189617549 0 # Node ID 8110f4179a3ae0aaddc4cd73115821d0b0ca6bad # Parent c4d33a7385f0a8091820bdd0917640049b2a1677 (cnt): Rename to x_reply_selection_request_cnt for clarity. (x_reply_selection_request): All uses changed. diff -r c4d33a7385f0 -r 8110f4179a3a src/xselect.c --- a/src/xselect.c Wed Sep 12 17:17:59 2007 +0000 +++ b/src/xselect.c Wed Sep 12 17:19:09 2007 +0000 @@ -684,7 +684,7 @@ FORMAT is the unit-size (in bits) of the data to be transmitted. */ #ifdef TRACE_SELECTION -static int cnt; +static int x_reply_selection_request_cnt; #endif /* TRACE_SELECTION */ static void @@ -727,7 +727,7 @@ { char *sel = XGetAtomName (display, reply.selection); char *tgt = XGetAtomName (display, reply.target); - TRACE3 ("%s, target %s (%d)", sel, tgt, ++cnt); + TRACE3 ("%s, target %s (%d)", sel, tgt, ++x_reply_selection_request_cnt); if (sel) XFree (sel); if (tgt) XFree (tgt); }