view src/win32/IdleTracker/idletrack.h @ 7801:9db4ec5e6bca

[gaim-migrate @ 8447] 1. Things are better when they compile 2. Ctrl-up and Ctrl-down will work with formatting. 3. closing tags are still effed up. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 08 Dec 2003 00:52:54 +0000
parents 516061abad03
children fc464a0abccc
line wrap: on
line source

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

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