view src/win32/MinimizeToTray.h @ 8367:5f78e96ff135

[gaim-migrate @ 9092] I think these scale values might be a bit more sane (they make gaim behave the same as it did before if your default font is 12pt) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 29 Feb 2004 05:40:45 +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_ */