Mercurial > pidgin.yaz
view src/win32/IdleTracker/idletrack.h @ 7523:7c3db2b2a790
[gaim-migrate @ 8136]
Window flashing is back. Fixed kernel32 crash bug when gaim settings
dir was being moved. Consolidated init functions.
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Sun, 16 Nov 2003 01:52:48 +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();