Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 20900:f7b799e77c43
When drag-dropping an image onto a conversation, include 'Send image file' as
an option if the prpl supports file-transfer.
This closes #3510.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Oct 2007 12:47:07 +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);