finch/gntidle.c

changeset 40359
ca141ea93b83
parent 39887
9c8f874c74a0
child 40439
e9838d634d5e
equal deleted inserted replaced
40358:e6fe6fc1f516 40359:ca141ea93b83
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 22
23 #include <internal.h> 23 #include <internal.h>
24 #include <purple.h>
24 25
25 #include "finch.h" 26 #include "finch.h"
26 #include "gntidle.h" 27 #include "gntidle.h"
27 #include "gnt.h" 28 #include "gnt.h"
28 #include "gntwm.h" 29 #include "gntwm.h"
29
30 #include "idle.h"
31 30
32 static time_t 31 static time_t
33 finch_get_idle_time(void) 32 finch_get_idle_time(void)
34 { 33 {
35 return gnt_wm_get_idle_time(); 34 return gnt_wm_get_idle_time();

mercurial