Mercurial > pidgin.yaz
view gtk/win32/IdleTracker/idletrack.h @ 14434:72eae9311ed5
[gaim-migrate @ 17148]
Patch from SimGuy to update the ChangeLog.
I changed the line about libxml2 to reflect that it's currently optional.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 04 Sep 2006 01:06:28 +0000 |
parents | 009db0b357b5 |
children |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> DWORD wgaim_get_lastactive(void); BOOL wgaim_set_idlehooks(void); void wgaim_remove_idlehooks(void);