comparison mcabber/src/commands.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 44bbdc961234
children 64a7428afcb3
comparison
equal deleted inserted replaced
1652:8036750d0169 1653:fca9a4c17432
36 #include "settings.h" 36 #include "settings.h"
37 #include "events.h" 37 #include "events.h"
38 #include "otr.h" 38 #include "otr.h"
39 #include "utf8.h" 39 #include "utf8.h"
40 #include "xmpp.h" 40 #include "xmpp.h"
41 #include "main.h"
41 42
42 #define IMSTATUS_AWAY "away" 43 #define IMSTATUS_AWAY "away"
43 #define IMSTATUS_ONLINE "online" 44 #define IMSTATUS_ONLINE "online"
44 #define IMSTATUS_OFFLINE "offline" 45 #define IMSTATUS_OFFLINE "offline"
45 #define IMSTATUS_FREE4CHAT "free" 46 #define IMSTATUS_FREE4CHAT "free"