pidgin/win32/MinimizeToTray.h

Sun, 15 Jun 2008 12:56:30 +0000

author
Will Thompson <resiak@pidgin.im>
date
Sun, 15 Jun 2008 12:56:30 +0000
changeset 23514
f5c4c1cb7b6f
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
making a bunch of links work.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial