pidgin/win32/MinimizeToTray.h@ee04eb24fcb9
pidgin/win32/MinimizeToTray.h
Mon, 23 Apr 2007 17:10:08 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Mon, 23 Apr 2007 17:10:08 +0000
- changeset 16412
- ee04eb24fcb9
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
A comment in here mentions "untar", so I think it was copied from the
smiley code or something. It's confusing and wrong, so I'm fixing it.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */