src/win32/MinimizeToTray.h@014ff38feea9
src/win32/MinimizeToTray.h
Thu, 12 Feb 2004 19:54:18 +0000
- author
- Herman Bloggs <herman@bluedigits.com>
- date
- Thu, 12 Feb 2004 19:54:18 +0000
- changeset 8244
- 014ff38feea9
- parent 3630
-
caa952062dc2
- permissions
- -rw-r--r--
[gaim-migrate @ 8967]
Now using winsock2.h, included in libc_interface.h. Some more functions added to libc_interface.c
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */