pidgin/win32/MinimizeToTray.h

Sat, 01 Mar 2014 17:13:32 -0800

author
Mark Doliner <mark@kingant.net>
date
Sat, 01 Mar 2014 17:13:32 -0800
branch
release-2.x.y
changeset 36175
a9504b165b27
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Rip out "only" list support from our Windows untar code.

We don't use it, and it's easier for me to rip it out than try to
figure out if my change broke the if statement here.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial