pidgin/win32/MinimizeToTray.h

Fri, 17 Sep 2010 14:41:34 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 17 Sep 2010 14:41:34 +0000
changeset 30793
1f869064d3ee
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Make the win32 build possible to compile without GtkSpell if HAVE_GTKSPELL isn't defined.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial