plugins/docklet/MinimizeToTray.h@a891cf8222df
plugins/docklet/MinimizeToTray.h
Fri, 17 Feb 2006 21:40:01 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Fri, 17 Feb 2006 21:40:01 +0000
- changeset 13307
- a891cf8222df
- parent 11709
-
da6e9cd5f6d9
- permissions
- -rw-r--r--
[gaim-migrate @ 15672]
I noted this extraneous < and the translator confirmed that it was a bug.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */