From 2cc3c16ab1f08a507f62cc1bccae0b76783cd72a Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 15 Jun 2015 20:37:57 +0200 Subject: [PATCH] Documentation tweak. --- docs/intro.dox | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/intro.dox b/docs/intro.dox index 07e0e767..5986aff6 100644 --- a/docs/intro.dox +++ b/docs/intro.dox @@ -210,12 +210,9 @@ including functions that may called before initialization. The reference documentation for every GLFW function states whether it is limited to the main thread. -The following categories of functions are and will remain limited to the main -thread due to the limitations of one or several platforms: - - - Initialization and termination - - Event processing - - Creation and destruction of window, context and cursor objects +Initialization and termination, event processing and the creation and +destruction of windows, contexts and cursors are all limited to the main thread +due to limitations of one or several platforms. Because event processing must be performed on the main thread, all callbacks except for the error callback will only be called on that thread. The error