Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 10285:810613c79589
[gaim-migrate @ 11456]
ellipzationifying. I didn't commit this earlier. This requires GTK 2.6
which, unfortunately, hasn't been released yet.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 01 Dec 2004 03:52:49 +0000 |
parents | 9682c0e022c6 |
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_ */