src/win32/MinimizeToTray.h

Wed, 23 Feb 2005 03:52:55 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 23 Feb 2005 03:52:55 +0000
changeset 10629
f79103694c1a
parent 3630
caa952062dc2
permissions
-rw-r--r--

[gaim-migrate @ 12106]
This was removed when changes were made to specify that the http:// handler should open the file. Judging by the number of bug reports, it is still necessary.

3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 #ifndef _MINIMIZE_TO_TRAY_H_
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 #define _MINIMIZE_TO_TRAY_H_
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 void MinimizeWndToTray(HWND hWnd);
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 void RestoreWndFromTray(HWND hWnd);
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7 #endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial