Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 5643:eb685809108b
[gaim-migrate @ 6057]
When a prpl couldn't load, the account's prpl ID got set to -1 and the
account config file had to be manually editted. Now that's fixed, and it
stores the ID on load and writes it on save.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 01 Jun 2003 21:36:40 +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_ */