Mercurial > pidgin
view plugins/docklet/MinimizeToTray.h @ 13056:b00a592651b6
[gaim-migrate @ 15418]
*deryni swings the magical 'compile' wand.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Sat, 28 Jan 2006 01:20:44 +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_ */
