gtk/win32/IdleTracker/idletrack.h

Sat, 16 Dec 2006 04:59:55 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sat, 16 Dec 2006 04:59:55 +0000
changeset 14253
b63ebf84c42b
parent 12497
src/win32/IdleTracker/idletrack.h@a17568773be3
child 20470
77693555855f
permissions
-rw-r--r--

This is a hand-crafted commit to migrate across subversion revisions
16854:16861, due to some vagaries of the way the original renames were
done. Witness that monotone can do in one revision what svn had to
spread across several.

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

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

mercurial