pidgin/win32/MinimizeToTray.h

Mon, 18 Jun 2007 13:54:26 +0000

author
Andreas Monitzer <am@adiumx.com>
date
Mon, 18 Jun 2007 13:54:26 +0000
branch
soc.2007.xmpp
changeset 17802
eeefef7389a1
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Removed some C99-code

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial