Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 13794:ecfd8fb02c19
[gaim-migrate @ 16206]
We don't really need to pop up an error if the sound file doesn't exist
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 30 May 2006 17:02:27 +0000 |
parents | 202ce52b77a9 |
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);