view src/win32/IdleTracker/idletrack.h @ 12471:011efeb86b8d

[gaim-migrate @ 14781] SF Patch #1368906 from charkins "This patch adds a tooltip to the docklet icon. It is based off of faceprint's code for the blist menutray. Wingaim had some status strings it was displaying in the tooltip, this patch removes those." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Dec 2005 19:55:42 +0000
parents fc464a0abccc
children 202ce52b77a9
line wrap: on
line source

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

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