view src/win32/MinimizeToTray.h @ 10449:0349cb9aa5a4

[gaim-migrate @ 11714] sf patch #1045370, from Nathan Fredrickson Make the X on conversation tabs not get cut off with gtk 2.4.2 and newer committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 29 Dec 2004 23:42:54 +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_ */