/[emacs]/emacs/src/xselect.c
ViewVC logotype

Diff of /emacs/src/xselect.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.135 by kfstorm, Wed Jun 16 15:09:32 2004 UTC revision 1.136 by kfstorm, Thu Aug 19 13:58:04 2004 UTC
# Line 1109  wait_for_property_change (location) Line 1109  wait_for_property_change (location)
1109        secs = x_selection_timeout / 1000;        secs = x_selection_timeout / 1000;
1110        usecs = (x_selection_timeout % 1000) * 1000;        usecs = (x_selection_timeout % 1000) * 1000;
1111        TRACE2 ("  Waiting %d secs, %d usecs", secs, usecs);        TRACE2 ("  Waiting %d secs, %d usecs", secs, usecs);
1112        wait_reading_process_input (secs, usecs, property_change_reply, 0);        wait_reading_process_input (secs, usecs, 0, 0,
1113                                      property_change_reply, NULL, 0);
1114    
1115        if (NILP (XCAR (property_change_reply)))        if (NILP (XCAR (property_change_reply)))
1116          {          {
# Line 1288  x_get_foreign_selection (selection_symbo Line 1289  x_get_foreign_selection (selection_symbo
1289    secs = x_selection_timeout / 1000;    secs = x_selection_timeout / 1000;
1290    usecs = (x_selection_timeout % 1000) * 1000;    usecs = (x_selection_timeout % 1000) * 1000;
1291    TRACE1 ("  Start waiting %d secs for SelectionNotify", secs);    TRACE1 ("  Start waiting %d secs for SelectionNotify", secs);
1292    wait_reading_process_input (secs, usecs, reading_selection_reply, 0);    wait_reading_process_input (secs, usecs, 0, 0,
1293                                  reading_selection_reply, NULL, 0);
1294    TRACE1 ("  Got event = %d", !NILP (XCAR (reading_selection_reply)));    TRACE1 ("  Got event = %d", !NILP (XCAR (reading_selection_reply)));
1295    
1296    BLOCK_INPUT;    BLOCK_INPUT;

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26