pidgin/win32/MinimizeToTray.h

Mon, 18 Mar 2013 22:21:54 +0100

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Mon, 18 Mar 2013 22:21:54 +0100
branch
soc.2008.masterpassword
changeset 34116
825c98f8c7f6
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Get rid of PURPLE_PLUGIN_FLAG_AUTOLOAD

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial