pidgin/win32/MinimizeToTray.h

Wed, 02 Dec 2009 19:38:07 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Wed, 02 Dec 2009 19:38:07 +0000
changeset 29067
ac2cb71421f9
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Swap the order of -L and -l so that Solaris can find the Python libraries.

Patch from Paul "aab" Townsend. Closes #10869, #10716.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial