Mercurial > pidgin
view src/win32/IdleTracker/idletrack.h @ 12431:8a1de97b477f
[gaim-migrate @ 14738]
Stupid gdk_window_set_cursor() likes to whine about window being NULL.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 09 Dec 2005 04:10:41 +0000 |
parents | fc464a0abccc |
children | 202ce52b77a9 |
line wrap: on
line source
/* * idletrack.h */ #include <windows.h> extern DWORD wgaim_get_lastactive(void); extern BOOL wgaim_set_idlehooks(void); extern void wgaim_remove_idlehooks(void);