Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 24967:5e77f8512f5b
Report a debug warning if a SLP MSG is not processed because it has unknown
flags. This should make it easier to fix problems like with WLM 9.
References #7180.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 19 Jan 2009 01:05:27 +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 */