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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c [lexbind]
Date: Sat, 04 Sep 2004 05:50:11 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.119.2.6 emacs/src/xselect.c:1.119.2.7
*** emacs/src/xselect.c:1.119.2.6       Tue Jul  6 10:17:22 2004
--- emacs/src/xselect.c Sat Sep  4 09:26:27 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]