view pidgin/win32/IdleTracker/idletrack.h @ 16210:5fa9896c77e8

some translation updates. Also ticket 111 says that our zh_TW translation is also a zh_HK translation.
author Luke Schierer <lschiere@pidgin.im>
date Mon, 16 Apr 2007 21:02:51 +0000
parents 75ffc646647f
children d93577159f2a
line wrap: on
line source

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

DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);