mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Improve documentation for CefSettings.multi_threaded_message_loop
This commit is contained in:
@@ -214,7 +214,8 @@ typedef struct _cef_settings_t {
|
|||||||
///
|
///
|
||||||
// Set to true (1) to have the browser process message loop run in a separate
|
// Set to true (1) to have the browser process message loop run in a separate
|
||||||
// thread. If false (0) than the CefDoMessageLoopWork() function must be
|
// thread. If false (0) than the CefDoMessageLoopWork() function must be
|
||||||
// called from your application message loop.
|
// called from your application message loop. This option is only supported on
|
||||||
|
// Windows.
|
||||||
///
|
///
|
||||||
int multi_threaded_message_loop;
|
int multi_threaded_message_loop;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user