emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xselect.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c,v
Date: Thu, 06 Sep 2007 06:54:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/06 06:54:10

Index: xselect.c
===================================================================
RCS file: /sources/emacs/emacs/src/xselect.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -b -r1.172 -r1.173
--- xselect.c   29 Aug 2007 05:27:54 -0000      1.172
+++ xselect.c   6 Sep 2007 06:54:10 -0000       1.173
@@ -691,6 +691,10 @@
    DATA and SIZE describe the data to send, already converted.
    FORMAT is the unit-size (in bits) of the data to be transmitted.  */
 
+#ifdef TRACE_SELECTION
+static int cnt;
+#endif  /* TRACE_SELECTION */
+
 static void
 x_reply_selection_request (event, format, data, size, type)
      struct input_event *event;
@@ -729,7 +733,6 @@
 
 #ifdef TRACE_SELECTION
   {
-    static int cnt;
     char *sel = XGetAtomName (display, reply.selection);
     char *tgt = XGetAtomName (display, reply.target);
     TRACE3 ("%s, target %s (%d)", sel, tgt, ++cnt);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]