comparison mcabber/src/settings.c @ 1653:fca9a4c17432

Improve UI latency and CPU usage Remove main_loop(), and use GIOChannels for the FIFO system.
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 01 Dec 2009 21:06:06 +0100
parents f9bf561e54d0
children 64a7428afcb3
comparison
equal deleted inserted replaced
1652:8036750d0169 1653:fca9a4c17432
28 #include "commands.h" 28 #include "commands.h"
29 #include "logprint.h" 29 #include "logprint.h"
30 #include "otr.h" 30 #include "otr.h"
31 #include "utils.h" 31 #include "utils.h"
32 #include "xmpp.h" 32 #include "xmpp.h"
33 #include "main.h"
33 34
34 // Maximum line length 35 // Maximum line length
35 // (probably best to use the same value as INPUTLINE_LENGTH) 36 // (probably best to use the same value as INPUTLINE_LENGTH)
36 #define CONFLINE_LENGTH 1024 37 #define CONFLINE_LENGTH 1024
37 38