view src/win32/MinimizeToTray.h @ 7413:ed9c9b955140

[gaim-migrate @ 8015] someone who can compile for win32 see if this fixes the first-conv-tab-close-button-can't-be-clicked bug that we all hate so much committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 03 Nov 2003 01:36:52 +0000
parents 9682c0e022c6
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_ */