Mercurial > pidgin.yaz
view src/win32/MinimizeToTray.h @ 8271:5c9cd9c97727
[gaim-migrate @ 8995]
Conversation placement by account now works correctly with both chats and
IMs, and takes the Combine Chats and IMs option into consideration.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 16 Feb 2004 23:22:45 +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_ */