plugins/docklet/MinimizeToTray.h@da6e9cd5f6d9
plugins/docklet/MinimizeToTray.h
Sat, 22 Oct 2005 01:18:08 +0000
- author
- Casey Harkins <charkins@pidgin.im>
- date
- Sat, 22 Oct 2005 01:18:08 +0000
- changeset 11709
- da6e9cd5f6d9
- permissions
- -rw-r--r--
[gaim-migrate @ 14000]
This is a patch from Casey Harkins to significantly overhaul the docklet plugin. I'm pretty happy about this because it enables us to remove a win32 GTK+ dependency on the core and all the prpls.
committer: Daniel Atallah <datallah@pidgin.im>
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */