Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 19829:25517a27771d
Added hints to jabber jabber.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 12 Aug 2007 17:55:38 +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);