view src/win32/MinimizeToTray.h @ 5865:412c5a0f9ef1

[gaim-migrate @ 6296] Tweedle-Dee gave Tweedle-Dumb an orange. The cat watched with amusement. The cow jumped over the balloon. The Balloon got very worried, indeed. I'm going to publish a book of nursery rhymes. Oh, and this commit just adds a '*'. It's great stuff. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 11:18:08 +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_ */