Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 20902:680e1319b464
Patch from Kramer to boldify the text in tab-titles when the user is typing
and there are unread messages in the conversation. Closes #3464.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Oct 2007 20:17:24 +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);