view plugins/docklet/MinimizeToTray.h @ 13053:d50c330e8089

[gaim-migrate @ 15414] As discussed in #gaim, this will fix a broken idle score pref on upgrade. It's a bit messy, but we can remove this shortly after 2.0.0 final, so it should be alright. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 27 Jan 2006 23:58:35 +0000
parents cae2fb7e8594
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_ */