annotate src/win32/IdleTracker/idletrack.h @ 13246:24ac8fc885b8

[gaim-migrate @ 15612] When we don't have any saved statuses and we create the default status, set the preference that keeps track of which status is currently in use so that we don't create multiple default statuses. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 16:51:55 +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);