From 3baf7fbd4c5724b50830271bd06e139a6f2ab712 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 15 Aug 2000 00:22:08 +0000 Subject: 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 --- src/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index bf927676..d0e07b5a 100644 --- a/src/common.h +++ b/src/common.h @@ -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, -- cgit v1.2.3