Mercurial > pidgin.yaz
view src/win32/MinimizeToTray.h @ 8938:88ec59dec95a
[gaim-migrate @ 9708]
Make the Tools->Privacy menu item be insensitive if there are no
accounts online that support privacy.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 15 May 2004 22:39:09 +0000 |
parents | 9682c0e022c6 |
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_ */