Mercurial > pidgin.yaz
view src/win32/IdleTracker/idletrack.h @ 6837:f098765ac919
[gaim-migrate @ 7382]
The pounces subsystem now registers signal callbacks for all the pounce
types. The calls to pounce code in server.c, and therefore in all the rest
of gaim, have been removed. The pounce code is now more like its own
separate island.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 14 Sep 2003 21:05:11 +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();