comparison src/win32/MinimizeToTray.h @ 3630:9682c0e022c6

[gaim-migrate @ 3753] Yeah this will probably break a lot of shit knowing my luck. But hey, I really don't care what people thnk. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 11 Oct 2002 03:14:01 +0000
parents
children
comparison
equal deleted inserted replaced
3629:afc5bb164c5a 3630:9682c0e022c6
1 #ifndef _MINIMIZE_TO_TRAY_H_
2 #define _MINIMIZE_TO_TRAY_H_
3
4 void MinimizeWndToTray(HWND hWnd);
5 void RestoreWndFromTray(HWND hWnd);
6
7 #endif /* _MINIMIZE_TO_TRAY_H_ */