Mercurial > pidgin
view gtk/win32/MinimizeToTray.h @ 14960:91d8fb14bd27
[gaim-migrate @ 17739]
The doc tells to use _set_current_name instead of set_filename for new files.
This fixes the bug reported by TheNux in #gaim.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 11 Nov 2006 23:35:07 +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_ */