view pidgin/win32/MinimizeToTray.h @ 17148:2e2f6cf3f85e

Do not crash when trying to insert a smiley for a protocol not mentioned in the theme, and there's no default smiley set.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 18 May 2007 12:27:31 +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_ */