pidgin/win32/MinimizeToTray.h

Tue, 06 Jan 2009 03:57:32 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 06 Jan 2009 03:57:32 +0000
branch
next.minor
changeset 25864
2c3a4932fafe
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

ChangeLog the addition of themes from Justin Rodriguez's summer of code project, as well as the cleanups and additions from Paul Aurich.

Closes #7760

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial