pidgin/win32/MinimizeToTray.h@24ffae1874f1
pidgin/win32/MinimizeToTray.h
Sun, 09 Nov 2008 20:55:10 +0000
- author
- Marcus Lundblad <malu@pidgin.im>
- date
- Sun, 09 Nov 2008 20:55:10 +0000
- branch
- maiku.vv
- changeset 26159
- 24ffae1874f1
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Added menu items to buddy list context menu to start voice and video sessions
After discussing the matter with Maiku, we decided to have two choises.
"Audio call" which will show up if audio sessions is possible with a buddy and
the other item is either "Audio/Video" or "Video" depending on if the buddy
supports both at the same time or not
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */