Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 6560:aeb5ee62debc
[gaim-migrate @ 7082]
(14:16:38) Robot101: I've got a nice patch to stop the ticker from crashing the 2nd time you load it
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 21 Aug 2003 18:20:05 +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();