pidgin/win32/MinimizeToTray.h

Wed, 04 Feb 2009 13:57:14 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Wed, 04 Feb 2009 13:57:14 +0000
branch
next.minor
changeset 25908
c863fcecb7dd
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Do not linkify unless <proto> is followed by some non-whitespace string.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial