Mercurial > pidgin.yaz
annotate src/win32/IdleTracker/idletrack.h @ 6804:3ef17670e69f
[gaim-migrate @ 7344]
Tim Ringenbach (marv_sf) writes:
" This fixes the /me stuff in yahoo chat's. Previously it
only worked if there was nothing before the /me, but
now we borrow the meify function from gtkconv.c in
order to also ignore leading html when considing the
meifation of a message.
There's also a 2 line fix to yahoo.c that fixes an
issue where buddies would sometimes get stuck idle.
That should probably be a seperate patch, oops. At
least its a seperate hunk."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 10 Sep 2003 15:10:23 +0000 |
parents | 516061abad03 |
children | fc464a0abccc |
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 |
516061abad03
[gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
6 extern DWORD wgaim_get_lastactive(); |
516061abad03
[gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
7 extern BOOL wgaim_set_idlehooks(); |
516061abad03
[gaim-migrate @ 4812]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 extern void wgaim_remove_idlehooks(); |