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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Fri, 20 Aug 2004 06:42:40 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.136 emacs/src/xselect.c:1.137
*** emacs/src/xselect.c:1.136   Thu Aug 19 13:58:04 2004
--- emacs/src/xselect.c Fri Aug 20 10:34:12 2004
***************
*** 1109,1116 ****
        secs = x_selection_timeout / 1000;
        usecs = (x_selection_timeout % 1000) * 1000;
        TRACE2 ("  Waiting %d secs, %d usecs", secs, usecs);
!       wait_reading_process_input (secs, usecs, 0, 0,
!                                 property_change_reply, NULL, 0);
  
        if (NILP (XCAR (property_change_reply)))
        {
--- 1109,1116 ----
        secs = x_selection_timeout / 1000;
        usecs = (x_selection_timeout % 1000) * 1000;
        TRACE2 ("  Waiting %d secs, %d usecs", secs, usecs);
!       wait_reading_process_output (secs, usecs, 0, 0,
!                                  property_change_reply, NULL, 0);
  
        if (NILP (XCAR (property_change_reply)))
        {
***************
*** 1289,1296 ****
    secs = x_selection_timeout / 1000;
    usecs = (x_selection_timeout % 1000) * 1000;
    TRACE1 ("  Start waiting %d secs for SelectionNotify", secs);
!   wait_reading_process_input (secs, usecs, 0, 0,
!                             reading_selection_reply, NULL, 0);
    TRACE1 ("  Got event = %d", !NILP (XCAR (reading_selection_reply)));
  
    BLOCK_INPUT;
--- 1289,1296 ----
    secs = x_selection_timeout / 1000;
    usecs = (x_selection_timeout % 1000) * 1000;
    TRACE1 ("  Start waiting %d secs for SelectionNotify", secs);
!   wait_reading_process_output (secs, usecs, 0, 0,
!                              reading_selection_reply, NULL, 0);
    TRACE1 ("  Got event = %d", !NILP (XCAR (reading_selection_reply)));
  
    BLOCK_INPUT;




reply via email to

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