Mercurial > pidgin.yaz
view src/win32/MinimizeToTray.h @ 9279:1eaa4d8dcf26
[gaim-migrate @ 10082]
Some more cleanups.
Add some yahoo_friend_* functions and made yahoo use them.
I may eventually make the structure opque.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Mon, 14 Jun 2004 05:47:41 +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_ */