view pidgin/win32/MinimizeToTray.h @ 17183:840b0730b3c2

merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3' and '66d638c8f40814be99a7eddd8ca3cc474fafffc9'
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 20 May 2007 05:50:15 +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_ */