Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 8564:f4d8a73f7bcc
[gaim-migrate @ 9311]
this _might_ do a better job with the incoming ICQ html, but I defer to
KingAnt for a final decision
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 02 Apr 2004 16:37:33 +0000 |
parents | 516061abad03 |
children | fc464a0abccc |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> extern DWORD wgaim_get_lastactive(); extern BOOL wgaim_set_idlehooks(); extern void wgaim_remove_idlehooks();