view gtk/win32/MinimizeToTray.h @ 15133:d3b057a7e211

[gaim-migrate @ 17918] The cow says, "Non-static functions should be in header files" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 07 Dec 2006 18:27:41 +0000
parents 2c1781ea074c
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_ */