Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 22942:b58b235d3d53
merge of '41fc76b7aed4cc32bd70c6834f747bad0b91a37b'
and '7dbbe123fdbec4e885f0b2e672ce9e2a05c305c9'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 15 May 2008 09:48:09 +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 */