Mercurial > pidgin
comparison src/idle.c @ 2381:427ccd7dfdd2
[gaim-migrate @ 2394]
server.c: 30 / 935 3 %
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 28 Sep 2001 05:17:16 +0000 |
| parents | 2927c2c26fe6 |
| children | 6b0cb60162f4 |
comparison
equal
deleted
inserted
replaced
| 2380:6f83c22d9e70 | 2381:427ccd7dfdd2 |
|---|---|
| 36 #include "multi.h" | 36 #include "multi.h" |
| 37 #include "gaim.h" | 37 #include "gaim.h" |
| 38 #include "prpl.h" | 38 #include "prpl.h" |
| 39 | 39 |
| 40 | 40 |
| 41 gint check_idle(struct gaim_connection *gc) | 41 gint check_idle(gpointer data) |
| 42 { | 42 { |
| 43 struct gaim_connection *gc = data; | |
| 43 time_t t; | 44 time_t t; |
| 44 #ifdef USE_SCREENSAVER | 45 #ifdef USE_SCREENSAVER |
| 45 static XScreenSaverInfo *mit_info = NULL; | 46 static XScreenSaverInfo *mit_info = NULL; |
| 46 #endif | 47 #endif |
| 47 time_t idle_time; | 48 time_t idle_time; |
