view pidgin/win32/MinimizeToTray.h @ 24936:85af1f98e38a

Remove an old string that became a dupe in the big sed of 2009
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 11 Jan 2009 17:18:59 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */