comparison src/idle.c @ 4201:511c2b63caa4

[gaim-migrate @ 4432] Some code cleanups to remove warnings and fix up indenting a little. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 04 Jan 2003 21:01:32 +0000
parents 3e508dd31b76
children ba99d30afc14
comparison
equal deleted inserted replaced
4200:c8fb43808a4b 4201:511c2b63caa4
49 #ifdef USE_SCREENSAVER 49 #ifdef USE_SCREENSAVER
50 #ifndef _WIN32 50 #ifndef _WIN32
51 static XScreenSaverInfo *mit_info = NULL; 51 static XScreenSaverInfo *mit_info = NULL;
52 #endif 52 #endif
53 #endif 53 #endif
54 time_t idle_time; 54 int idle_time;
55 55
56 /* Not idle, really... :) */ 56 /* Not idle, really... :) */
57 update_idle_times(); 57 update_idle_times();
58 58
59 plugin_event(event_blist_update); 59 plugin_event(event_blist_update);