Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 7756:17deab169114
[gaim-migrate @ 8401]
Look ma! I removed 7 unused structs!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 05 Dec 2003 04:08:14 +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();