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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Mon, 04 Mar 2002 18:41:04 -0500

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.112 emacs/src/xselect.c:1.113
*** emacs/src/xselect.c:1.112   Tue Feb 26 11:37:15 2002
--- emacs/src/xselect.c Mon Mar  4 18:40:59 2002
***************
*** 154,160 ****
  
  /* If the selection owner takes too long to reply to a selection request,
     we give up on it.  This is in milliseconds (0 = no timeout.)  */
! static int x_selection_timeout;
  
  /* Utility functions */
  
--- 154,160 ----
  
  /* If the selection owner takes too long to reply to a selection request,
     we give up on it.  This is in milliseconds (0 = no timeout.)  */
! static EMACS_INT x_selection_timeout;
  
  /* Utility functions */
  



reply via email to

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