mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Some changes handling g_input_add() - maybe this helps to problems
where irssi sometimes eats all the cpu. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@608 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a2d0944eee
commit
3baf7fbd4c
6 changed files with 16 additions and 13 deletions
|
|
@ -46,8 +46,7 @@
|
|||
|
||||
typedef enum {
|
||||
G_INPUT_READ = 1 << 0,
|
||||
G_INPUT_WRITE = 1 << 1,
|
||||
G_INPUT_EXCEPTION = 1 << 2
|
||||
G_INPUT_WRITE = 1 << 1
|
||||
} GInputCondition;
|
||||
|
||||
typedef void (*GInputFunction) (void *data, int source,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue