src/win32/MinimizeToTray.h@1d06283bdcc9
src/win32/MinimizeToTray.h
Mon, 12 Sep 2005 13:25:41 +0000
- author
- Francesco Fracassi <ffracassi@users.sourceforge.net>
- date
- Mon, 12 Sep 2005 13:25:41 +0000
- changeset 11525
- 1d06283bdcc9
- parent 3630
-
caa952062dc2
- permissions
- -rw-r--r--
[gaim-migrate @ 13773]
Here's the rest of that custom smiley receiving patch, with some changes
from me. I'm still not all that happy with it, but that's probably not
the author's fault, and I don't have time to take it further right now.
committer: Tim Ringenbach <marv@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_ */