pidgin/win32/MinimizeToTray.h

Fri, 27 Apr 2007 10:48:40 +0000

author
Hylke Bons <hbons@pidgin.im>
date
Fri, 27 Apr 2007 10:48:40 +0000
changeset 16581
e1157a29b82c
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Replace that ugly lock.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial