Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 29277:e2ea496f77be
merge of '4b5ba819f03c9c79eb7d9a9cce48dbb028bdd9e5'
and 'e6cd9f8f748648ec43656d1d7e7042fd7f8d281d'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 14 Jan 2010 19:51:14 +0000 |
parents | d93577159f2a |
children |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ DWORD winpidgin_get_lastactive(void); BOOL winpidgin_set_idlehooks(void); void winpidgin_remove_idlehooks(void); #ifdef __cplusplus } #endif /* __cplusplus */