pidgin/win32/MinimizeToTray.h

Sat, 16 Aug 2008 17:24:21 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 16 Aug 2008 17:24:21 +0000
changeset 24102
e5d0dafb5364
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix compiling with gtk < 2.6

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial