annotate plugins/docklet/MinimizeToTray.h @ 13836:9af607a0108f

[gaim-migrate @ 16285] Fix a case of a file transfer "system message" notification where we were not looking up an alias like everywhere else in this file. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Jun 2006 06:23:20 +0000
parents cae2fb7e8594
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11709
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
1 #ifndef _MINIMIZE_TO_TRAY_H_
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
2 #define _MINIMIZE_TO_TRAY_H_
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
3
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
4 void MinimizeWndToTray(HWND hWnd);
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
5 void RestoreWndFromTray(HWND hWnd);
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
6
cae2fb7e8594 [gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
7 #endif /* _MINIMIZE_TO_TRAY_H_ */