Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 22445:af83f19d8c08
Set the TOOLTIP hint on imhtml link tooltips. Thanks to Danny Baumann for
pointing this out.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Tue, 11 Mar 2008 15:58:25 +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);