Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 7062:86ed8b2aa665
[gaim-migrate @ 7626]
g_show_info_text() is gone! Mwahahaha.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 30 Sep 2003 06:43:17 +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();