Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 30832:3eb2dd8a1cc7
Miranda expects a client ack from the other side for channel 2 messages,
so we now send it.
This is based on a patch by Jan Kaluza.
author | ivan.komarov@soc.pidgin.im |
---|---|
date | Thu, 05 Aug 2010 22:45:21 +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 */