Mercurial > pidgin.yaz
view pidgin/win32/MinimizeToTray.h @ 18160:428bea8235cb
Use g_set_application_name() so unnamed dialogs get given a name, my
dialogs were titled '<unknown>' before this change.
References #1672 - but does not give specific titles to the dialogs
mentioned there.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 17 Jun 2007 15:46:42 +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_ */