pidgin/win32/MinimizeToTray.h

Sun, 04 Jun 2017 21:03:55 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Sun, 04 Jun 2017 21:03:55 -0500
changeset 38360
a071e5f44d71
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

pidgin-3-uninstalled.pc.in: Point to correct directory for Libs

pidgin-3-uninstalled.pc.in was pointing to the libpurple/data/
directory for the Libs variable. It should point to libpurple/.
This patch fixes that.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial