Mercurial > pidgin
view src/win32/MinimizeToTray.h @ 6182:0342af6a8b36
[gaim-migrate @ 6668]
Added a function for causing one iteration through the "gaim mainloop,"
which is just a nice abstractive (?) way of causing one iteration through
the glib mainloop. All non-glib/gtk UIs must call this in a timer or
somewhere.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 17 Jul 2003 22:09:31 +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_ */