Rev 505 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 505 | Rev 522 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
Line 35... | Line 35... | ||
35 | extern cfg_bool_t exit_after_init ; |
35 | extern cfg_bool_t exit_after_init ; |
- | 36 | ||
36 | 37 | ||
Line 37... | Line 38... | ||
37 | 38 | extern int input_count; |
|
38 | extern int input_count; |
39 | extern int configured_input_count; |
Line 78... | Line 79... | ||
78 | int evdev_in_fd; |
79 | int evdev_in_fd; |
Line 79... | Line 80... | ||
79 | 80 | ||
Line 80... | Line 81... | ||
80 | } inputs[MAX_INPUTS]; |
81 | } inputs[MAX_INPUTS]; |
81 | 82 | ||
Line 82... | Line 83... | ||
82 | 83 |