comparison src/blockinput.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 5a1dca465b50
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
40 * Everyone must evaluate BLOCK_INPUT before entering these functions, 40 * Everyone must evaluate BLOCK_INPUT before entering these functions,
41 and then call UNBLOCK_INPUT after performing them. Calls 41 and then call UNBLOCK_INPUT after performing them. Calls
42 BLOCK_INPUT and UNBLOCK_INPUT may be nested. 42 BLOCK_INPUT and UNBLOCK_INPUT may be nested.
43 43
44 * Any complicated interrupt handling code should test 44 * Any complicated interrupt handling code should test
45 interrupt_input_blocked, and put off its work until later. 45 interrupt_input_blocked, and put off its work until later.
46 46
47 * If the interrupt handling code wishes, it may set 47 * If the interrupt handling code wishes, it may set
48 interrupt_input_pending to a non-zero value. If that flag is set 48 interrupt_input_pending to a non-zero value. If that flag is set
49 when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */ 49 when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */
50 50