Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 16513:2ae39a056179
GINT_TO_POINTER is not the same thing as &. Also, add some error checking to jabber/buddy.c
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 27 Apr 2007 05:32:49 +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);