view pidgin/win32/MinimizeToTray.h @ 15615:b74a3bec8dcb

Let's use the core function instead of using the uiops function directly when possible. This makes my 'Hide Conversations' plugin work.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 11 Feb 2007 01:40:04 +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_ */