view pidgin/win32/MinimizeToTray.h @ 19902:c45e06d1901c

Add a "<hr>" after the message history after redisplaying a hidden conversation. Without this, it gets a little confusing when a new window pops up with a bunch of text in it.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 07 Sep 2007 06:06:15 +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_ */