view pidgin/win32/MinimizeToTray.h @ 23586:6f866008b325

sadrul pointed out that I am dumb
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 13 Jul 2008 21:04:23 +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_ */