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: Thu, 19 Aug 2004 11:30:47 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.135 emacs/src/xselect.c:1.136
*** emacs/src/xselect.c:1.135   Wed Jun 16 15:09:32 2004
--- emacs/src/xselect.c Thu Aug 19 13:58:04 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_input (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_input (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]