pidgin/win32/MinimizeToTray.h

Sun, 16 May 2010 15:50:23 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Sun, 16 May 2010 15:50:23 +0000
changeset 30262
dff54077a9d5
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

pidgin: Add charkins's patch for gtkstatusicon blinking. Fixes #11855

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial