pidgin/win32/MinimizeToTray.h

Sun, 15 Sep 2013 19:09:28 +0530

author
Ankit Vani <a@nevitus.org>
date
Sun, 15 Sep 2013 19:09:28 +0530
branch
soc.2013.gobjectification.plugins
changeset 36730
66018273528a
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Refactored bonjour, gg, irc to use the new protocol interfaces

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial