view src/win32/MinimizeToTray.h @ 10699:c8b4bf3bf9e5

[gaim-migrate @ 12256] Christopher (siege) O'Brien fixed the bug where gtkimhtml doesn't honor button features when using the keyboard. The toolbar buttons still get toggled though, so someone should fix that. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 16 Mar 2005 20:38:56 +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_ */