pidgin/win32/MinimizeToTray.h

Sun, 25 Jun 2017 04:45:40 -0300

author
dx <dx@dxzone.com.ar>
date
Sun, 25 Jun 2017 04:45:40 -0300
changeset 38398
a2fe2e8fe876
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

facebook: Fix setting channel topics (tid=t_id.1234 is no longer valid)

The server expects the tid parameter to be just the tid now.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial