view plugins/docklet/MinimizeToTray.h @ 12304:ae190d00b06d

[gaim-migrate @ 14608] This ensures the "account-status-changed" signal is always emitted, which makes the per-account status selectors show the correct status more accurately. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 03 Dec 2005 18:07:39 +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_ */