Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 28760:fd495ede2f3a
merge of '33ac448c0d0fbe2bd41ad24c9d2e8faa14fafa69'
and '8868b966ec81185b033adaf17af1a06143d2edb1'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 16 Oct 2009 01:27:25 +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 */