pidgin/win32/MinimizeToTray.h@a2bc71cb4712
pidgin/win32/MinimizeToTray.h
Thu, 22 Aug 2013 15:33:55 +0200
- author
- Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
- date
- Thu, 22 Aug 2013 15:33:55 +0200
- changeset 34310
- a2bc71cb4712
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Add -Wfloat-equal compiler switch and fix a warning about that
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */