plugins/docklet/MinimizeToTray.h@55c9c22a3885
plugins/docklet/MinimizeToTray.h
Thu, 22 Dec 2005 14:58:45 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Thu, 22 Dec 2005 14:58:45 +0000
- changeset 12622
- 55c9c22a3885
- parent 11709
-
da6e9cd5f6d9
- permissions
- -rw-r--r--
[gaim-migrate @ 14958]
This will prevent error messages when the gaim_user_dir is non-ASCII (the call doesn't actually do anything on win32 anyway).
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */