pidgin/win32/MinimizeToTray.h

Fri, 27 Apr 2018 06:04:11 -0400

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 27 Apr 2018 06:04:11 -0400
changeset 38985
f14c99e72ef2
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Move gmodule to where it's needed.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial