comparison mcabber/src/main.c @ 1425:b0cfd9ab4b9f

Add a mainloop hook
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:19:58 +0100
parents 757ebe4df0b9
children a64778f5f26b
comparison
equal deleted inserted replaced
1424:bb1cc8902d0e 1425:b0cfd9ab4b9f
508 508
509 if (update_roster) 509 if (update_roster)
510 scr_DrawRoster(); 510 scr_DrawRoster();
511 511
512 jb_main(); 512 jb_main();
513 hk_mainloop();
513 } 514 }
514 } 515 }
515 516
516 scr_TerminateCurses(); 517 scr_TerminateCurses();
517 #ifdef HAVE_LIBOTR 518 #ifdef HAVE_LIBOTR