Mercurial > pidgin.yaz
view src/win32/IdleTracker/idletrack.h @ 8192:36f8dcea9648
[gaim-migrate @ 8913]
Luke pointed out that chat's don't have icons.
I pointed out that I'm dumb.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 31 Jan 2004 20:33: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();