pidgin/win32/MinimizeToTray.h

Fri, 15 Jun 2007 01:43:28 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Fri, 15 Jun 2007 01:43:28 +0000
changeset 17745
6bd9e0f8fb6d
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Patch from bjoernv to make building outside of the source directory work.
Fixes #1690.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial