pidgin/win32/MinimizeToTray.h

Wed, 12 Sep 2012 14:09:08 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Wed, 12 Sep 2012 14:09:08 +0200
changeset 33393
ab10a481e30f
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix a crash when closing conversation window

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial