view pidgin/win32/MinimizeToTray.h @ 31420:054309e46786

merge of '2b6c5a292658681aecfbe9f0c7f67cf62cfb28ec' and 'e010a6a5ac862c38a6a99db5b6981a985f9b7fb6'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Nov 2010 08:22:09 +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_ */