view src/win32/MinimizeToTray.h @ 4011:a870a2a0bc5b

[gaim-migrate @ 4211] we use the same dialog for creating and editing buddy pounces. thus "Save" is more intuitive than "Create" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 28 Nov 2002 00:21:24 +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_ */