annotate src/win32/IdleTracker/idletrack.h @ 13047:473d3a454615

[gaim-migrate @ 15408] 15:52:32 <NSA_> In the system tray, the "Custom Status..." should be changed to "New Status..." to be more consistent. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 26 Jan 2006 20:54:00 +0000
parents 202ce52b77a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4533
516061abad03 [gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 /*
516061abad03 [gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 * idletrack.h
516061abad03 [gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 */
516061abad03 [gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 #include <windows.h>
516061abad03 [gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5
12497
202ce52b77a9 [gaim-migrate @ 14809]
Richard Laager <rlaager@wiktel.com>
parents: 12323
diff changeset
6 DWORD wgaim_get_lastactive(void);
202ce52b77a9 [gaim-migrate @ 14809]
Richard Laager <rlaager@wiktel.com>
parents: 12323
diff changeset
7 BOOL wgaim_set_idlehooks(void);
202ce52b77a9 [gaim-migrate @ 14809]
Richard Laager <rlaager@wiktel.com>
parents: 12323
diff changeset
8 void wgaim_remove_idlehooks(void);