Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 24149:f8ffea0d1c65
Fix a bug in the irssi plugin where the windows wouldn't expand when the
terminal was resized to increase the size.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 04 Oct 2008 23:36:52 +0000 |
parents | d93577159f2a |
children |
line wrap: on
line source
/* * 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 */