view src/win32/IdleTracker/idletrack.h @ 13908:cab785a7c766

[gaim-migrate @ 16404] Fix a small bug in oscar where the "Send File" option in the conversation menu would be greyed out if the buddy is not in your buddy list. Thanks to foo in #gaim for pointing this out, unbeknowest to him. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 02 Jul 2006 23:56:08 +0000
parents 202ce52b77a9
children
line wrap: on
line source

/*
 * idletrack.h
 */
#include <windows.h>

DWORD wgaim_get_lastactive(void);
BOOL wgaim_set_idlehooks(void);
void wgaim_remove_idlehooks(void);