Mercurial > pidgin.yaz
view gtk/win32/MinimizeToTray.h @ 15211:7d682fc9098f
[gaim-migrate @ 18000]
Clicking the first window on the taskbar didn't give it focus. Fix that.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 15 Dec 2006 00:40:56 +0000 |
parents | 2c1781ea074c |
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_ */