pidgin/win32/IdleTracker/idletrack.h@fc3ae8fb8dfc
pidgin/win32/IdleTracker/idletrack.h
Sun, 23 Nov 2008 04:12:43 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Sun, 23 Nov 2008 04:12:43 +0000
- changeset 24751
- fc3ae8fb8dfc
- parent 22687
-
3cb9f701d421
- permissions
- -rw-r--r--
Mark added a workaround for not having enough parameters in this command.
However, according to msnpiki and his backtraces, the index was just wrong.
/*
* idletrack.h
*/
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */