view src/win32/MinimizeToTray.h @ 10883:b0fdadf463d4

[gaim-migrate @ 12581] [19:47] marv someone want to apply rlaager's patch #1191395 for me? my tree is kind of not in a commitable state right now [19:51] grim marv: sure committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Thu, 28 Apr 2005 00:55:33 +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_ */