pidgin/win32/MinimizeToTray.h

Mon, 30 Apr 2007 18:03:57 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Mon, 30 Apr 2007 18:03:57 +0000
changeset 16788
417d0e8d6f3f
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Add padding to structs to fix compiler warnings

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial