view plugins/docklet/MinimizeToTray.h @ 12236:2cfd36ba0f45

[gaim-migrate @ 14538] Richard pointed out we shouldn't be unref()ing here, and valgrind confirmed it. I left myself a note so I don't do silly things again. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 27 Nov 2005 17:47:17 +0000
parents cae2fb7e8594
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */