pidgin/win32/IdleTracker/idletrack.h@ec6dd456b74c
pidgin/win32/IdleTracker/idletrack.h
Sat, 15 Aug 2009 05:52:26 +0000
- author
- Etan Reisner <deryni@pidgin.im>
- date
- Sat, 15 Aug 2009 05:52:26 +0000
- changeset 28258
- ec6dd456b74c
- parent 22687
-
3cb9f701d421
- permissions
- -rw-r--r--
Re-order the ungrouped formatting toolbar buttons to match the order of the
items in the grouped menus.
/*
* idletrack.h
*/
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */