Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 23752:019d5ae3ad72
Use MIN(strlen(password), 16) for MSN because g_markup_escape_text will
try to use all 16 bytes instead of stopping at NUL termination.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 10 Aug 2008 22:08:39 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
#ifndef _MINIMIZE_TO_TRAY_H_ #define _MINIMIZE_TO_TRAY_H_ void MinimizeWndToTray(HWND hWnd); void RestoreWndFromTray(HWND hWnd); #endif /* _MINIMIZE_TO_TRAY_H_ */