Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 19377:d3f2492a7768
Upgrade gtkspell on the win32 build to 2.0.11. Fixes #1388 thanks to Sean's astute observation.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 23 Aug 2007 16:23:39 +0000 |
parents | 75ffc646647f |
children | d93577159f2a |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> DWORD winpidgin_get_lastactive(void); BOOL winpidgin_set_idlehooks(void); void winpidgin_remove_idlehooks(void);