Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 10363:f608b72a7611
[gaim-migrate @ 11581]
Removed "raise conversation" preferences; defaulting to "No."
Etan, you should add these to notify.c sometime.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 13 Dec 2004 23:15:41 +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_ */