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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c [emacs-unicode-2]
Date: Fri, 27 Aug 2004 07:07:58 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.129.2.2 emacs/src/xselect.c:1.129.2.3
*** emacs/src/xselect.c:1.129.2.2       Mon Jun 28 07:29:25 2004
--- emacs/src/xselect.c Fri Aug 27 07:00:34 2004
***************
*** 1109,1115 ****
        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, property_change_reply, 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)))
        {
***************
*** 1288,1294 ****
    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, reading_selection_reply, 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]