Mercurial > emacs
comparison src/xterm.c @ 9572:b36d5e88cccc
*** empty log message ***
author | Morten Welinder <terra@diku.dk> |
---|---|
date | Mon, 17 Oct 1994 08:42:36 +0000 |
parents | 255d98c7cd67 |
children | 3bf81e215f18 |
comparison
equal
deleted
inserted
replaced
9571:b37425ecb3f0 | 9572:b36d5e88cccc |
---|---|
5588 /* Watch for PropertyNotify events on the root window; we use them | 5588 /* Watch for PropertyNotify events on the root window; we use them |
5589 to figure out when to invalidate our cache of the cut buffers. */ | 5589 to figure out when to invalidate our cache of the cut buffers. */ |
5590 x_watch_cut_buffer_cache (); | 5590 x_watch_cut_buffer_cache (); |
5591 #endif | 5591 #endif |
5592 | 5592 |
5593 #ifdef subprocesses | |
5594 /* This is only needed for distinguishing keyboard and process input. */ | |
5593 if (ConnectionNumber (x_current_display) != 0) | 5595 if (ConnectionNumber (x_current_display) != 0) |
5594 change_keyboard_wait_descriptor (ConnectionNumber (x_current_display)); | 5596 change_keyboard_wait_descriptor (ConnectionNumber (x_current_display)); |
5597 #endif | |
5595 change_input_fd (ConnectionNumber (x_current_display)); | 5598 change_input_fd (ConnectionNumber (x_current_display)); |
5596 | 5599 |
5597 #ifndef F_SETOWN_BUG | 5600 #ifndef F_SETOWN_BUG |
5598 #ifdef F_SETOWN | 5601 #ifdef F_SETOWN |
5599 old_fcntl_owner = fcntl (ConnectionNumber (x_current_display), F_GETOWN, 0); | 5602 old_fcntl_owner = fcntl (ConnectionNumber (x_current_display), F_GETOWN, 0); |