pidgin/win32/MinimizeToTray.h

Thu, 23 Jan 2014 23:38:47 -0800

author
Mark Doliner <mark@kingant.net>
date
Thu, 23 Jan 2014 23:38:47 -0800
changeset 35297
2d76d38118a8
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Merge release-2.x.y branch into main, with manual merges in
ChangeLog (easy)
Makefile.mingw (easy)
configure.ac (easy)
irc/msgs.c (not too bad)

And some Windows build files. We should make sure the pango used by 3.0.0
doesn't have the crash bug from CVE-2013-6486.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial