view pidgin/win32/MinimizeToTray.h @ 17675:407b25690442

merge of '899692e88db07d660e3185da95f9e887d6e07ce5' and '954188eca5c0fb8f7c9443e221f5e87abed8602d'
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 03 Jun 2007 18:27:38 +0000
parents 5fe8042783c1
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_ */