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 [EMACS_22_BASE]


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

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/09/06 06:55:01

Index: xselect.c
===================================================================
RCS file: /sources/emacs/emacs/src/xselect.c,v
retrieving revision 1.168.2.2
retrieving revision 1.168.2.3
diff -u -b -r1.168.2.2 -r1.168.2.3
--- xselect.c   3 Aug 2007 03:38:24 -0000       1.168.2.2
+++ xselect.c   6 Sep 2007 06:55:01 -0000       1.168.2.3
@@ -683,6 +683,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;
@@ -721,7 +725,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]