view pidgin/win32/IdleTracker/idletrack.h @ 16568:8cd67084833c

In theory, this solves the massive pile of g_log errors that occur when we look for icon_checksum settings.
author Richard Laager <rlaager@wiktel.com>
date Sat, 28 Apr 2007 04:00:54 +0000
parents 75ffc646647f
children d93577159f2a
line wrap: on
line source

/*
 * idletrack.h
 */
#include <windows.h>

DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);