view plugins/docklet/MinimizeToTray.h @ 12103:f746fb528dc9

[gaim-migrate @ 14400] I left off part of patch #1354499 that I should have included This keeps the bottom of the statusbox from getting cut off when using a status without a message committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Nov 2005 04:53:01 +0000
parents cae2fb7e8594
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_ */