pidgin/win32/MinimizeToTray.h

Thu, 02 Aug 2007 18:40:59 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Thu, 02 Aug 2007 18:40:59 +0000
changeset 19075
f1514bc37f63
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Remove message-pending.png pixmap and use the message-new.png pixmap in
its place. The message-pending.png pixmap is the ugly envelope pixmap
that was used in the blist menu tray and as the status icon on contacts
for unread/hidden conversations. If someone thinks we need a different
icon for this, feel free to disapprove.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial