Add CefSetOSModalLoop function (issue #194).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1384 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-08-22 17:11:19 +00:00
parent 073a20b973
commit 518888dc55
6 changed files with 58 additions and 0 deletions

View File

@ -107,6 +107,13 @@ void CefRunMessageLoop();
/*--cef()--*/
void CefQuitMessageLoop();
///
// Set to true before calling Windows APIs like TrackPopupMenu that enter a
// modal message loop. Set to false after exiting the modal message loop.
///
/*--cef()--*/
void CefSetOSModalLoop(bool osModalLoop);
///
// Implement this interface to provide handler implementations. Methods will be
// called by the process and/or thread indicated.